﻿* {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

article, aside, footer, header, main, nav, section {
    display: block;
}

iframe, img, video {
    max-width: 100%;
}

input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input, input[type=search]::-webkit-search-decoration, select, textarea {
    border-radius: 0;
    /*-webkit-appearance: none;*/
}

select {
    width: 100%;
}

    select:focus {
        outline: transparent;
    }

.carousel, .carousel-inner {
    position: relative;
}

.carousel-inner {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    will-change: left;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        transition: left .6s ease-in-out,opacity .15s;
        width: 100%;
    }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    background-color: rgba(51,51,51,.5);
    border: 1px solid hsla(0,0%,100%,.5);
    cursor: pointer;
    display: inline-block;
    height: 6rem;
    line-height: 6.5rem;
    position: relative;
    text-align: center;
    transition: background .2s;
    width: 6rem;
    z-index: 10;
}

    .carousel-control:not(:last-child) {
        margin-right: .5rem;
    }

    .carousel-control:focus, .carousel-control:hover {
        background-color: #333;
    }

    .carousel-control > .icon {
        fill: #fff;
    }

.carousel-indicators {
    font-size: 0;
    text-indent: -999em;
}

    .carousel-indicators > li {
        cursor: pointer;
    }

[data-srcset] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    transition: filter .4s,-webkit-filter .4s;
}

    [data-srcset].lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.lost__edit {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
}

    .lost__edit :not(input):not(textarea):not(select) {
        background-color: rgba(0,0,255,.1);
    }

    .lost__edit[data-lost-edit=on] {
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.lost__edit__col {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1/12 - 1.833333333333333rem);
}

    .lost__edit__col:nth-child(1n) {
        margin-right: 2rem;
        margin-left: 0;
    }

    .lost__edit__col:last-child {
        margin-right: 0;
    }

    .lost__edit__col:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }

.pika-single {
    background: #fff;
    border: 1px solid currentColor;
    border-bottom-color: currentColor;
    color: #5e5e5e;
    display: block;
    position: relative;
    z-index: 30;
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px hsla(0,0%,7%,.5);
    }

    .pika-single:after, .pika-single:before {
        content: "";
        display: table;
    }

    .pika-single:after {
        clear: both;
    }

.pika-lendar {
    width: 30rem;
    margin: 1rem;
}

.pika-title {
    position: relative;
    text-align: center;
}

    .pika-title select {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        top: .5;
        right: 0;
        bottom: .5;
        left: 0;
        z-index: 29;
    }

.pika-label {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    background-color: #fff;
    display: inline-block;
    padding: .5rem;
    overflow: hidden;
    position: relative;
    z-index: 30;
}

.pika-next, .pika-prev {
    background: none;
    border: 0;
    padding: 0;
    font-size: 0;
    text-indent: -999em;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    cursor: pointer;
    display: block;
    height: 3rem;
    opacity: .5;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 3rem;
}

    .pika-next:hover, .pika-prev:hover {
        opacity: 1;
    }

    .pika-next.is-disabled, .pika-prev.is-disabled {
        cursor: default;
        opacity: .2;
    }

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 600;
        letter-spacing: .1rem;
        text-transform: uppercase;
        color: #999;
        padding: .5rem 1rem;
        text-align: center;
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help;
    }

.pika-button {
    background: none;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    background: #f1f1f1;
    color: #5e5e5e;
    cursor: pointer;
    display: block;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.is-today .pika-button {
    color: #d44530;
    font-weight: 700;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #d44530;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #78a7b2;
    box-shadow: none;
    border-radius: 3px;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-inrange .pika-button {
    background: #d5e9f7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #d44530;
    box-shadow: none;
    border-radius: 3px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -999em;
    width: 1px;
}

.select2-container {
    border: 0;
    padding: 0;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container, .select2-selection--single {
    background: none;
    display: block;
    outline: transparent;
    position: relative;
}

.select2-selection--single {
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjQwIiBoZWlnaHQ9IjY0MCIgdmlld0JveD0iMCAwIDY0MCA2NDAiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik00MDAuMTYgMjc4LjMzNmwtODAuMTYgNzMuNjY0LTgwLjE5Mi03My42NjRjLTYuMzM2LTYuMjcyLTE2LjU3Ni02LjI3Mi0yMi45NzYgMC02LjMwNCA2LjI3Mi02LjMwNCAxNi40OCAwIDIyLjcybDkxLjY0OCA4OS44MjRjNi4zNjggNi4yNzIgMTYuNjQgNi4yNzIgMjIuOTQ0IDBsOTEuNjQ4LTg5LjgyNGM2LjM2OC02LjI0IDYuMzM2LTE2LjQ0OCAwLTIyLjcyLTYuMzA0LTYuMjcyLTE2LjU0NC02LjI3Mi0yMi45MTIgMHpNMzIwIDEyLjhjLTE2OS42NjQgMC0zMDcuMiAxMzcuNTM2LTMwNy4yIDMwNy4yIDAgMTY5LjY5NiAxMzcuNTM2IDMwNy4yIDMwNy4yIDMwNy4yczMwNy4yLTEzNy41MDQgMzA3LjItMzA3LjJjMC0xNjkuNjY0LTEzNy41MzYtMzA3LjItMzA3LjItMzA3LjJ6TTMyMCA1ODcuMzI4Yy0xNDcuNjggMC0yNjcuMzI4LTExOS42OC0yNjcuMzI4LTI2Ny4zMjhzMTE5LjY0OC0yNjcuMzI4IDI2Ny4zMjgtMjY3LjMyOGMxNDcuNjE2IDAgMjY3LjMyOCAxMTkuNjggMjY3LjMyOCAyNjcuMzI4cy0xMTkuNzEyIDI2Ny4zMjgtMjY3LjMyOCAyNjcuMzI4eiI+PC9wYXRoPjwvc3ZnPg==");
    background-position: calc(100% - 2rem) 50%;
    background-repeat: no-repeat;
    background-size: 2rem;
    border: 1px solid #78a7b2;
    cursor: pointer;
    height: 6rem;
    padding: 0 3.5rem;
    padding-right: 5rem;
    width: 100%;
}

.select2-container--open .select2-selection--single {
    border-color: #d44530;
}

.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
}

.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
}

.select2-selection--single .select2-selection__rendered {
    /*position: absolute;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2rem;
}

.select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-selection--multiple {
    background: none;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjQwIiBoZWlnaHQ9IjY0MCIgdmlld0JveD0iMCAwIDY0MCA2NDAiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik00MDAuMTYgMjc4LjMzNmwtODAuMTYgNzMuNjY0LTgwLjE5Mi03My42NjRjLTYuMzM2LTYuMjcyLTE2LjU3Ni02LjI3Mi0yMi45NzYgMC02LjMwNCA2LjI3Mi02LjMwNCAxNi40OCAwIDIyLjcybDkxLjY0OCA4OS44MjRjNi4zNjggNi4yNzIgMTYuNjQgNi4yNzIgMjIuOTQ0IDBsOTEuNjQ4LTg5LjgyNGM2LjM2OC02LjI0IDYuMzM2LTE2LjQ0OCAwLTIyLjcyLTYuMzA0LTYuMjcyLTE2LjU0NC02LjI3Mi0yMi45MTIgMHpNMzIwIDEyLjhjLTE2OS42NjQgMC0zMDcuMiAxMzcuNTM2LTMwNy4yIDMwNy4yIDAgMTY5LjY5NiAxMzcuNTM2IDMwNy4yIDMwNy4yIDMwNy4yczMwNy4yLTEzNy41MDQgMzA3LjItMzA3LjJjMC0xNjkuNjY0LTEzNy41MzYtMzA3LjItMzA3LjItMzA3LjJ6TTMyMCA1ODcuMzI4Yy0xNDcuNjggMC0yNjcuMzI4LTExOS42OC0yNjcuMzI4LTI2Ny4zMjhzMTE5LjY0OC0yNjcuMzI4IDI2Ny4zMjgtMjY3LjMyOGMxNDcuNjE2IDAgMjY3LjMyOCAxMTkuNjggMjY3LjMyOCAyNjcuMzI4cy0xMTkuNzEyIDI2Ny4zMjgtMjY3LjMyOCAyNjcuMzI4eiI+PC9wYXRoPjwvc3ZnPg==");
    background-position: calc(100% - 2rem) 50%;
    background-repeat: no-repeat;
    background-size: 2rem;
    border: 1px solid #78a7b2;
    cursor: pointer;
    display: block;
    min-height: 6rem;
    outline: transparent;
    padding: 1rem 3.5rem;
    padding-top: 1.7rem;
    position: relative;
    padding-right: 5rem;
    width: 100%;
}

.select2-container--open .select2-selection--multiple {
    border-color: #d44530;
}

.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
}

.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
}

.select2-selection--multiple .select2-search__field {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    margin-top: .7rem;
}

    .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
        color: #5e5e5e;
        opacity: 1 !important;
    }

    .select2-selection--multiple .select2-search__field:-moz-placeholder, .select2-selection--multiple .select2-search__field::-moz-placeholder {
        color: #5e5e5e;
    }

    .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
        color: #5e5e5e;
    }

.select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-bottom: 1rem;
}

.select2-selection--multiple .select2-selection__choice {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    border: 1px solid #d44530;
    color: #5e5e5e;
    display: inline-block;
    margin-right: .5rem;
    margin-top: .5rem;
    padding: .5rem 1rem;
    padding-right: 2rem;
    position: relative;
    vertical-align: top;
}

.select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bbb;
    font-size: 1.5em;
    margin-right: .5rem;
    right: 0;
    transition: color .15s;
}

    .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #d9534f;
    }

.select2-selection--multiple .select2-selection__clear {
    position: relative;
}

.select2-dropdown {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    background-color: #fff;
    border: 1px solid #d44530;
    display: block;
    max-height: 25rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: -100vw;
    width: 100%;
    z-index: 60;
}

    .select2-dropdown.select2-dropdown--below {
        border-top: 0;
    }

    .select2-dropdown.select2-dropdown--above {
        border-bottom: 0;
    }

.select2-results {
    display: block;
    padding-bottom: 1rem;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.select2-results__option {
    padding: 1rem 3.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .select2-results__option.select2-results__option--highlighted {
        color: #d44530;
    }

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 1rem;
}

    .select2-search--dropdown .select2-search__field {
        background: none;
        border: 0;
        padding: 0;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 400;
        border: 1px solid #78a7b2;
        padding: 1rem;
        width: 100%;
    }

        .select2-search--dropdown .select2-search__field:focus {
            border-color: #d44530;
            outline: transparent;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-search--inline {
    display: inline-block;
}

    .select2-search--inline .select2-search__field {
        background: none;
        border: 0;
        padding: 0;
    }

        .select2-search--inline .select2-search__field:focus {
            outline: transparent;
        }

.select2-container--disabled {
    position: relative;
}

    .select2-container--disabled:after {
        background-color: hsla(0,0%,100%,.8);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 15rem;
    width: 16.5rem;
    background: #fff;
    border-bottom: 1px solid #d44530;
    margin-top: -1px;
    outline: none;
    z-index: 30;
}

    .ui-timepicker-wrapper.ui-timepicker-with-duration {
        width: 13em;
    }

        .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
            width: 11em;
        }

.ui-timepicker-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.ui-timepicker-duration {
    margin-left: .5rem;
    color: #999;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #999;
}

.ui-timepicker-list li {
    padding: .5rem;
    cursor: pointer;
    white-space: nowrap;
    color: #5e5e5e;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #d44530;
}

.ui-timepicker-list .ui-timepicker-selected:hover, .ui-timepicker-list li:hover, li.ui-timepicker-selected {
    background: #d44530;
    color: #fff;
}

    .ui-timepicker-list li:hover .ui-timepicker-duration, li.ui-timepicker-selected .ui-timepicker-duration {
        color: #bbb;
    }

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #999;
    cursor: default;
}

    .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
        background: #f1f1f1;
    }

.icon {
    height: 2rem;
    width: 2rem;
}

.icon, .loading {
    position: relative;
}

.loading {
    overflow: hidden;
}

    .loading:before {
        background: hsla(0,0%,100%,.8);
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
    }

    .loading:after {
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-animation: f .3s linear infinite;
        animation: f .3s linear infinite;
        border: .5rem solid transparent;
        border-left-color: #d44530;
        border-radius: 50%;
        border-top-color: #d44530;
        display: inline-block;
        height: 3rem;
        vertical-align: middle;
        width: 3rem;
        z-index: 51;
        content: "";
    }

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -999em;
    width: 1px;
}

.hidden, [hidden], [type=hidden] {
    display: none !important;
    font-size: 0 !important;
    visibility: hidden !important;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(-999em);
        transform: translateY(-999em);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateY(-999em);
        transform: translateY(-999em);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-999em);
        transform: translateY(-999em);
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-999em);
        transform: translateY(-999em);
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(999em);
        transform: translateY(999em);
    }
}

@keyframes c {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(999em);
        transform: translateY(999em);
    }
}

@-webkit-keyframes d {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes d {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes e {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes f {
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes f {
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.btn {
    background: none;
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    background-color: #d44530;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 6rem;
    line-height: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    transition: background-color .2s;
}

    .btn:focus, .btn:hover {
        background-color: #a13222;
    }

    .btn.btn--loading {
        position: relative;
    }

        .btn.btn--loading:before {
            background-color: #78a7b2;
            content: attr(data-feedback);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .btn.btn--loading:after {
            -webkit-animation: f .3s linear infinite;
            animation: f .3s linear infinite;
            border: .3rem solid transparent;
            border-left-color: #fff;
            border-radius: 50%;
            border-top-color: #fff;
            display: inline-block;
            height: 2rem;
            vertical-align: middle;
            width: 2rem;
            z-index: 51;
            content: "";
            position: absolute;
            right: .5rem;
            top: .5rem;
        }

.btn-link {
    background: none;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #d44530;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

    .btn-link:after {
        border-bottom: 1px solid transparent;
        content: "";
        margin-top: .5rem;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0;
        transition: border .2s;
    }

    .btn-link:focus:after, .btn-link:hover:after {
        border-color: currentColor;
    }

[class*=btn] + [class*=btn]:not(:first-child) {
    margin-left: 2rem;
}

[class*=btn] + [class*=btn]:not(:last-child) {
    margin-right: 2rem;
}

a {
    color: inherit;
    text-decoration: none;
}

p a {
    border-bottom: 1px solid transparent;
    transition: border .15s;
}

    p a:hover {
        border-color: currentColor;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

p {
    margin: 0;
}

b, strong {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

.small, small {
    font-size: .8em;
}

blockquote {
    margin: 6rem 0;
    position: relative;
}

    blockquote:first-child {
        margin-top: 0;
    }

    blockquote:last-child {
        margin-bottom: 0;
    }

    blockquote > cite {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 200;
        display: block;
        margin-bottom: 1rem;
        position: relative;
    }

        blockquote > cite:after, blockquote > cite:before {
            color: #d44530;
            font-size: 4.5rem;
            position: absolute;
        }

        blockquote > cite:before {
            content: "“";
            left: -3rem;
        }

        blockquote > cite:after {
            content: "”";
            margin-left: 1rem;
        }

    blockquote > p {
        font-size: 1.5rem;
        line-height: 2.4rem;
        font-weight: 400;
        margin-top: 1rem;
    }

        blockquote > p:before {
            color: #d44530;
            content: "– ";
        }

address {
    font-style: normal;
}

.alert {
    border-top: 1px solid transparent;
    color: #5e5e5e;
    fill: currentColor;
    padding: 2rem;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    z-index: 50;
}

    .alert.in {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .alert.error {
        background-color: hsla(1,66%,87%,.95);
        border-color: rgba(217,83,79,.5);
        color: #d9534f;
    }

        .alert.error .icon {
            fill: #d9534f;
        }

    .alert.success {
        background-color: rgba(206,234,206,.95);
        border-color: rgba(92,184,92,.5);
        color: #5cb85c;
    }

        .alert.success .icon {
            fill: #5cb85c;
        }

.alert__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin-bottom: 0;
}

.alert .btn-close {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2rem;
    transition: opacity .15s ease;
}

    .alert .btn-close:focus, .alert .btn-close:hover {
        opacity: .8;
    }

    .alert .btn-close .icon {
        height: 3rem;
        width: 3rem;
    }

.breadcrumb {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    color: #5e5e5e;
    padding-left: .5rem;
}

    .breadcrumb:not(:last-child) {
        margin-bottom: .5rem;
    }

.breadcrumb__item {
    color: #5e5e5e;
    display: inline-block;
    vertical-align: top;
}

    .breadcrumb__item:not(:last-child):after {
        content: "❯";
        font-size: .6em;
        margin-left: 1rem;
        margin-right: 1rem;
    }

.breadcrumb__link {
    color: #5e5e5e;
    transition: color .15s;
}

    .breadcrumb__link:focus, .breadcrumb__link:hover {
        color: #d44530;
    }

.edit {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    bottom: 0;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: fixed;
    right: 0;
    z-index: 90;
}

.edit__link {
    background-color: rgba(94,94,94,.75);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
    transition: background .15s;
}

    .edit__link:focus, .edit__link:hover {
        background-color: #5e5e5e;
    }

.edit__label {
    background-color: hsla(0,0%,87%,.75);
    color: #5e5e5e;
    display: inline-block;
    padding: 1rem 2rem;
}

    .edit__label.is--active {
        background-color: rgba(92,184,92,.75);
    }

    .edit__label.is--inactive {
        background-color: rgba(217,83,79,.75);
    }

.form {
    display: block;
}

.form__fieldset {
    background: none;
    border: 0;
    padding: 0;
}

    .form__fieldset:not(:first-child) {
        margin-top: 5rem;
    }

.form label.error {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #d9534f;
    display: block;
    margin-top: .5rem;
}

.form__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

    .form__title:not(:first-child) {
        margin-top: 4rem;
    }

.form__label {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    display: block;
    margin-bottom: .5rem;
}

.form__control {
    background: none;
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid hsla(0,0%,73%,.5);
    color: #5e5e5e;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

    .form__control:not(textarea) {
        height: 6rem;
    }

textarea.form__control {
    min-height: 10rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.form__control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1 !important;
}

.form__control:-moz-placeholder, .form__control::-moz-placeholder {
    color: #ddd;
}

.form__control:-ms-input-placeholder {
    color: #ddd;
}

.form__control:focus {
    border-color: #d44530;
    outline: 0;
}

.form__control.error {
    border-color: #d9534f;
}

.form__row {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .form__row:not(:last-child) {
        margin-bottom: 4rem;
    }

.form__group {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
}

    .form__group:empty {
        display: none;
    }

.form__select {
    background: none;
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjQwIiBoZWlnaHQ9IjY0MCIgdmlld0JveD0iMCAwIDY0MCA2NDAiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik00MDAuMTYgMjc4LjMzNmwtODAuMTYgNzMuNjY0LTgwLjE5Mi03My42NjRjLTYuMzM2LTYuMjcyLTE2LjU3Ni02LjI3Mi0yMi45NzYgMC02LjMwNCA2LjI3Mi02LjMwNCAxNi40OCAwIDIyLjcybDkxLjY0OCA4OS44MjRjNi4zNjggNi4yNzIgMTYuNjQgNi4yNzIgMjIuOTQ0IDBsOTEuNjQ4LTg5LjgyNGM2LjM2OC02LjI0IDYuMzM2LTE2LjQ0OCAwLTIyLjcyLTYuMzA0LTYuMjcyLTE2LjU0NC02LjI3Mi0yMi45MTIgMHpNMzIwIDEyLjhjLTE2OS42NjQgMC0zMDcuMiAxMzcuNTM2LTMwNy4yIDMwNy4yIDAgMTY5LjY5NiAxMzcuNTM2IDMwNy4yIDMwNy4yIDMwNy4yczMwNy4yLTEzNy41MDQgMzA3LjItMzA3LjJjMC0xNjkuNjY0LTEzNy41MzYtMzA3LjItMzA3LjItMzA3LjJ6TTMyMCA1ODcuMzI4Yy0xNDcuNjggMC0yNjcuMzI4LTExOS42OC0yNjcuMzI4LTI2Ny4zMjhzMTE5LjY0OC0yNjcuMzI4IDI2Ny4zMjgtMjY3LjMyOGMxNDcuNjE2IDAgMjY3LjMyOCAxMTkuNjggMjY3LjMyOCAyNjcuMzI4cy0xMTkuNzEyIDI2Ny4zMjgtMjY3LjMyOCAyNjcuMzI4eiI+PC9wYXRoPjwvc3ZnPg==");
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    background-size: 2rem;
    border: 1px solid currentColor;
    border-radius: 0;
    display: block;
    height: 6rem;
    padding: 0 2rem;
    padding-right: 5rem;
    width: 100%;
}

    .form__select.select--inline {
        display: inline-block;
        margin-right: 1rem;
        max-width: calc(100% - 7.5rem);
        vertical-align: top;
    }

.form__actions {
    margin-top: 2rem;
}

    .form__actions .btn {
        width: 15rem;
    }

.info:not(:last-child) {
    margin-bottom: 4rem;
}

.info__title {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    display: block;
}

    .info__title:not(:last-child) {
        margin-bottom: .5rem;
    }

.info__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    display: block;
}

    .info__text:not(:last-child) {
        margin-bottom: .5rem;
    }

.info__label {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

    .info__label:not(:last-child) {
        margin-bottom: .5rem;
    }

.info__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: inline-block;
}

.info__list__item {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .info__list__item:not(:last-child) {
        border-bottom: 1px solid currentColor;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

.info__link {
    color: #d44530;
}

.info__block {
    display: block;
}

    .info__block:not(:last-child) {
        margin-bottom: 2rem;
    }

a.info__block > * {
    transition: color .15s;
}

a.info__block:focus > *, a.info__block:hover > * {
    color: #d44530;
}

.info__block__box:not(:last-child) {
    margin-bottom: 1rem;
}

.map {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 3.5rem 8rem;
}

.map__iframe {
    height: 600px;
    width: 100%;
}

.media__image--full {
    background-color: #2c3441;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .media__image--full > img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

.header--white ~ .media__image--full {
    margin-top: 12rem;
}

.media__video--full {
    -webkit-transform-style: preserve-3d;
    background-color: #2c3441;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .media__video--full > img {
        height: 100%;
        max-width: none;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .media__video--full > video {
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: auto;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        z-index: -1;
    }

.header--white ~ .media__video--full {
    margin-top: 12rem;
}

.pagination {
    margin-top: 5rem;
    text-align: center;
    width: 100%;
}

.search {
    position: relative;
}

.search__control {
    background: none;
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    height: 6rem;
    padding-left: .5rem;
    width: 100%;
}

    .search__control:focus {
        outline: transparent;
    }

.search__btn {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    right: .5rem;
    transition: opacity .15s;
}

    .search__btn > .icon {
        fill: #5e5e5e;
    }

    .search__btn:focus, .search__btn:hover {
        opacity: .75;
    }

.share {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 2rem;
}

.share__title {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

    .share__title:not(:last-child) {
        margin-bottom: .5rem;
    }

.share__item {
    display: inline-block;
}

    .share__item:not(:last-child) {
        margin-right: 1rem;
    }

.share__link {
    display: block;
}

    .share__link > .icon {
        transition: fill .2s;
    }

    .share__link:focus > .icon, .share__link:hover > .icon {
        fill: #d44530;
    }

.content-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-left: .5rem;
}

.content-list__item {
    margin-bottom: 1rem;
}

.content-list__link {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    cursor: pointer;
    transition: color .15s;
}

    .content-list__link:focus, .content-list__link:hover {
        color: #d44530;
    }

.filter {
    background-color: #fff;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
}

    .filter.filter--inverse {
        background-color: transparent;
    }

.filter__item {
    margin-bottom: 2rem;
    width: 100%;
}

.filter .search__control {
    border-bottom: 1px solid #78a7b2;
    height: 7.6rem;
}

.filter.filter--inverse .search__control {
    border-color: #d44530;
    color: #fff;
}

    .filter.filter--inverse .search__control::-webkit-input-placeholder {
        color: #f1f1f1;
    }

    .filter.filter--inverse .search__control:-moz-placeholder, .filter.filter--inverse .search__control::-moz-placeholder {
        color: #f1f1f1;
    }

    .filter.filter--inverse .search__control:-ms-input-placeholder {
        color: #f1f1f1;
    }

.filter.filter--inverse .search .icon {
    fill: #fff;
}

.thumbnails {
    position: relative;
    width: 100%;
}

.thumbnails__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    max-height: 13.282499999999999rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .thumbnails__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.thumbnails__subtitle {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
}

    .thumbnails__subtitle:not(:last-child) {
        margin-bottom: .5rem;
    }

.thumbnails__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    max-height: 9.487499999999999rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .thumbnails__text:not(:last-child) {
        margin-bottom: 1rem;
    }

    .thumbnails__text > :not(:first-child) {
        display: none !important;
        font-size: 0 !important;
        visibility: hidden !important;
    }

.thumbnails__category {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.thumbnails__tag {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
}

.thumbnails__date {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 200;
}

    .thumbnails__date:not(:last-child) {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem;
    }

.thumbnails__main {
    background-color: hsla(0,0%,95%,.95);
    padding: 4rem 3.5rem;
}

.thumbnails__holder {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10;
}

.thumbnails__header {
    margin-bottom: 1rem;
    position: relative;
}

.thumbnails__footer {
    margin-top: 3rem;
    padding-top: 2rem;
    position: relative;
}

    .thumbnails__footer:before {
        border-top: 1px solid currentColor;
        content: "";
        opacity: .15;
        position: absolute;
        top: 0;
        right: -100em;
        bottom: auto;
        left: -100em;
    }

.thumbnails__media {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66667%;
}

    .thumbnails__media > iframe, .thumbnails__media > img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .thumbnails__media > img {
        object-fit: cover;
    }

    .thumbnails__media.media--logo {
        background-color: #f1f1f1;
    }

        .thumbnails__media.media--logo > img {
            object-fit: contain;
            padding-left: 20%;
            padding-right: 20%;
        }

.thumbnails__item {
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    transition: border .15s;
}

a.thumbnails__item:focus:after, a.thumbnails__item:hover:after {
    opacity: 1;
}

.thumbnails__item:after {
    background-color: rgba(51,51,51,.4);
    content: "";
    height: .5rem;
    opacity: 0;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
    z-index: 10;
}

.thumbnails__item[data-bg=white] {
    background-color: #fff;
    color: #5e5e5e;
    fill: #5e5e5e;
}

    .thumbnails__item[data-bg=white] .thumbnails__main {
        background-color: hsla(0,0%,100%,.8);
    }

.thumbnails__item[data-bg=red] {
    background-color: #d44530;
    color: #fff;
    fill: #fff;
}

    .thumbnails__item[data-bg=red] .thumbnails__main {
        background-color: rgba(212,69,48,.8);
    }

.thumbnails__item[data-bg=blue] {
    background-color: #78a7b2;
    color: #fff;
    fill: #fff;
}

    .thumbnails__item[data-bg=blue] .thumbnails__main {
        background-color: rgba(120,167,178,.8);
    }

.thumbnails__item[data-bg=blue-dark] {
    background-color: #2c3441;
    color: #fff;
    fill: #fff;
}

    .thumbnails__item[data-bg=blue-dark] .thumbnails__main {
        background-color: rgba(44,52,65,.8);
    }

.thumbnails__item[data-bg=blue-medium] {
    background-color: #6d8089;
    color: #fff;
    fill: #fff;
}

    .thumbnails__item[data-bg=blue-medium] .thumbnails__main {
        background-color: rgba(109,128,137,.8);
    }

.thumbnails__item[data-bg=turquoise] {
    background-color: #226270;
    color: #fff;
    fill: #fff;
}

    .thumbnails__item[data-bg=turquoise] .thumbnails__main {
        background-color: rgba(34,98,112,.8);
    }

.thumbnails__item[data-bg=gray] {
    background-color: #bbb;
    color: #fff;
    fill: #fff;
}

    .thumbnails__item[data-bg=gray] .thumbnails__main {
        background-color: hsla(0,0%,73%,.8);
    }

.landing {
    padding-bottom: 5rem;
    position: relative;
}

    .landing:before {
        background-color: hsla(0,0%,100%,.8);
        content: "";
        position: absolute;
        top: -100%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .landing[data-brand=dark]:before {
        background-color: rgba(44,52,65,.8);
    }

    .landing[data-brand=dark] .btn-link {
        color: #fff;
    }

.landing__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .landing__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.landing__pre {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    margin-left: .5rem;
}

    .landing__pre:not(:last-child) {
        margin-bottom: .5rem;
    }

.landing__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    margin-left: .5rem;
}

    .landing__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.landing__media {
    height: 80vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.landing__header {
    padding-bottom: 4rem;
    padding-top: 20vh;
    position: relative;
    z-index: 12;
}

.landing__main {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative;
    z-index: 12;
}

    .landing__main:before {
        background-color: #fff;
        content: "";
        position: absolute;
        top: 15;
        right: -100vw;
        bottom: -100;
        left: -100vw;
        z-index: -1;
    }

.landing__grid {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

    .landing__grid:after, .landing__grid:before {
        content: "";
        display: table;
    }

    .landing__grid:after {
        clear: both;
    }

.landing__grid__header {
    border: 1px solid #d44530;
    border-bottom: .8rem solid #d44530;
    clear: both;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

.landing__grid__header, .landing__grid__main, a.landing__grid__header:focus, a.landing__grid__header:hover {
    background-color: hsla(0,0%,100%,.8);
}

.landing__grid__main {
    border: 1px solid #d44530;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

.landing__grid__action, a.landing__grid__main:focus, a.landing__grid__main:hover {
    background-color: hsla(0,0%,100%,.8);
}

.landing__grid__action {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    border: 1px solid #d44530;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.landing__grid__action {
    background-color: #d44530;
}

    a.landing__grid__action:focus, a.landing__grid__action:hover {
        background-color: #a13222;
        border-color: #a13222;
    }

.landing__grid__search {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    background-color: hsla(0,0%,100%,.8);
    border: 1px solid #d44530;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.landing__grid__search {
    background-color: #d44530;
}

    a.landing__grid__search:focus, a.landing__grid__search:hover {
        background-color: #a13222;
        border-color: #a13222;
    }

.landing__grid__info {
    display: block;
    transition: background .2s;
}

.support {
    background-color: #fff;
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative;
    z-index: 50;
}

.support__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 200;
}

.support__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .support__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.support__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.support__header {
    margin-bottom: 4rem;
    padding-left: .5rem;
}

.support__header, .support__main {
    position: relative;
    width: 100%;
    z-index: 2;
}

.support[data-bg=white] {
    background-color: #fff;
}

    .support[data-bg=white] > * {
        color: #5e5e5e;
        fill: #5e5e5e;
    }

.support[data-bg=red] {
    background-color: #d44530;
}

    .support[data-bg=red] > * {
        color: #fff;
        fill: #fff;
    }

.support[data-bg=blue] {
    background-color: #78a7b2;
}

    .support[data-bg=blue] > * {
        color: #fff;
        fill: #fff;
    }

.support[data-bg=blue-dark] {
    background-color: #2c3441;
}

    .support[data-bg=blue-dark] > * {
        color: #fff;
        fill: #fff;
    }

.support[data-bg=blue-medium] {
    background-color: #6d8089;
}

    .support[data-bg=blue-medium] > * {
        color: #fff;
        fill: #fff;
    }

.support[data-bg=turquoise] {
    background-color: #226270;
}

    .support[data-bg=turquoise] > * {
        color: #fff;
        fill: #fff;
    }

.support[data-bg=gray] {
    background-color: #bbb;
}

    .support[data-bg=gray] > * {
        color: #fff;
        fill: #fff;
    }

.main {
    min-height: 100vh;
}

html {
    font-size: calc(8px + 2 * ((100vw - 420px) / 860));
}

body {
    font-family: adelle-sans,sans-serif;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    color: #5e5e5e;
    font-size: 2rem;
    margin: 0;
    overflow-x: hidden;
}

    body.overflow-hidden {
        overflow: hidden;
    }

.page-search {
    padding-bottom: 8rem;
    padding-top: 6rem;
    position: relative;
}

.page-search__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    max-height: 13.282499999999999rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .page-search__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.page-search__pre {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

    .page-search__pre:not(:last-child) {
        margin-bottom: .5rem;
    }

.page-search__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    max-height: 9.487499999999999rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .page-search__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.page-search__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.page-search__aside .search__control {
    border-bottom: 1px solid #78a7b2;
}

.page-search__item {
    border: 1px solid transparent;
    display: block;
    padding: 1rem;
    transition: border .15s;
}

    .page-search__item:not(:last-child) {
        margin-bottom: 2rem;
    }

a.page-search__item:focus, a.page-search__item:hover {
    border-color: #d44530;
}

.widget-arrow-nav {
    background: none;
    border: 0;
    padding: 0;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: g .35s both cubic-bezier(.165,.84,.44,1) alternate infinite;
    animation: g .35s both cubic-bezier(.165,.84,.44,1) alternate infinite;
    bottom: 3rem;
    cursor: pointer;
    margin-left: -1.5rem;
    transition: fill .1s ease;
    z-index: 30;
}

    .widget-arrow-nav > .icon {
        fill: #fff;
        -webkit-filter: drop-shadow(1px 2px 1px hsla(0,0%,7%,.75));
        filter: drop-shadow(1px 2px 1px rgba(17,17,17,.75));
        height: 3rem;
        width: 3rem;
    }

@-webkit-keyframes g {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes g {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.widget-button {
    background-color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
}

.widget-button__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-button .btn {
    display: block;
}

.widget-consultants {
    background: #f1f1f1;
    overflow-x: hidden;
    position: relative;
}

.widget-consultants__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-consultants__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-consultants__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-consultants__text:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-consultants__link {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    display: inline-block;
    transition: color .15s;
}

    .widget-consultants__link:not(:last-child) {
        margin-bottom: 1rem;
    }

    .widget-consultants__link:focus, .widget-consultants__link:hover {
        color: #d44530;
    }

.widget-consultants__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-consultants__media, .widget-consultants__media > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .widget-consultants__media > img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.widget-consultants__grid__row {
    margin-left: 1px;
    position: relative;
    width: 100%;
}

.widget-consultants__grid__header {
    background-color: hsla(0,0%,100%,.8);
    padding: 4rem 3.5rem;
    padding-left: .5rem;
}

.widget-consultants__grid__block {
    clear: both;
    padding: 4rem 3.5rem;
    transition: opacity .15s;
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 200;
}

a.widget-consultants__grid__block {
    cursor: pointer;
}

    a.widget-consultants__grid__block:focus, a.widget-consultants__grid__block:hover {
        opacity: .8;
    }

.widget-consultants__grid__block[data-bg=white] {
    background-color: hsla(0,0%,100%,.9);
    color: #5e5e5e;
    fill: #5e5e5e;
}

.widget-consultants__grid__block[data-bg=red] {
    background-color: rgba(212,69,48,.9);
    color: #fff;
    fill: #fff;
}

.widget-consultants__grid__block[data-bg=blue] {
    background-color: rgba(120,167,178,.9);
    color: #fff;
    fill: #fff;
}

.widget-consultants__grid__block[data-bg=blue-dark] {
    background-color: rgba(44,52,65,.9);
    color: #fff;
    fill: #fff;
}

.widget-consultants__grid__block[data-bg=blue-medium] {
    background-color: rgba(109,128,137,.9);
    color: #fff;
    fill: #fff;
}

.widget-consultants__grid__block[data-bg=turquoise] {
    background-color: rgba(34,98,112,.9);
    color: #fff;
    fill: #fff;
}

.widget-consultants__grid__block[data-bg=gray] {
    background-color: hsla(0,0%,73%,.9);
    color: #fff;
    fill: #fff;
}

.widget-consultants__grid__header {
    position: relative;
}

    .widget-consultants__grid__header:before {
        background-color: hsla(0,0%,100%,.8);
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        left: -999em;
    }

.widget-cover {
    color: #5e5e5e;
    position: relative;
    z-index: 10;
}

.widget-cover__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-cover__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-cover__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-cover__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-cover__container {
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-cover__banner, .widget-cover__container {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget-cover__banner {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 6rem;
    padding-top: 15vh;
    position: relative;
}

    .widget-cover__banner:before {
        background: #fff;
        content: "";
        position: absolute;
        top: -100%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .widget-cover__banner[data-brand=dark]:before {
        background: #2c3441;
    }

.widget-cover__main {
    background: rgba(44,52,65,.9);
    color: #f1f1f1;
    padding-bottom: 10rem;
    padding-top: 10rem;
    position: relative;
    z-index: 10;
}

    .widget-cover__main:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.widget-cover__main__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
}

    .widget-cover__main__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-cover__main__content > h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
    margin-bottom: 3rem;
}

    .widget-cover__main__content > h1:not(:first-child) {
        margin-top: 5rem;
    }

.widget-cover__main__content > h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

    .widget-cover__main__content > h2:not(:first-child) {
        margin-top: 4rem;
    }

.widget-cover__main__content > h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 200;
    margin-bottom: 2rem;
}

    .widget-cover__main__content > h3:not(:first-child) {
        margin-top: 4rem;
    }

.widget-cover__main__content > h4 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #999;
    margin-bottom: 2rem;
}

    .widget-cover__main__content > h4:not(:first-child) {
        margin-top: 3rem;
    }

.widget-cover__main__content > h5 {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #bbb;
    margin-bottom: 1rem;
}

    .widget-cover__main__content > h5:not(:first-child) {
        margin-top: 2rem;
    }

.widget-cover__main__content ol:not(:last-child), .widget-cover__main__content ul:not(:last-child) {
    margin-bottom: 2rem;
}

.widget-cover__main__content ul {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    margin-left: 1rem;
    padding-left: 1.5rem;
}

    .widget-cover__main__content ul li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .widget-cover__main__content ul ul {
        margin-bottom: 2rem;
    }

.widget-cover__main__content ol {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    margin-left: 1rem;
    padding-left: 1.5rem;
}

    .widget-cover__main__content ol li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .widget-cover__main__content ol ol {
        margin-bottom: 2rem;
    }

.widget-cover__main__header {
    margin-bottom: 4rem;
}

.widget-cover__main__content, .widget-cover__main__content > p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
}

    .widget-cover__main__content > p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .widget-cover__main__content a {
        color: #d44530;
        text-decoration: underline;
    }

.widget-cover__main[data-bg=white]:before {
    background: hsla(0,0%,100%,.85);
}

.widget-cover__main[data-bg=red]:before {
    background: rgba(212,69,48,.85);
}

.widget-cover__main[data-bg=blue]:before {
    background: rgba(120,167,178,.85);
}

.widget-cover__main[data-bg=blue-dark]:before {
    background: rgba(44,52,65,.85);
}

.widget-cover__main[data-bg=blue-medium]:before {
    background: rgba(109,128,137,.85);
}

.widget-cover__main[data-bg=turquoise]:before {
    background: rgba(34,98,112,.85);
}

.widget-cover__main[data-bg=gray]:before {
    background: hsla(0,0%,73%,.85);
}

.widget-cover__grid {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

    .widget-cover__grid:before {
        content: "";
        display: table;
    }

    .widget-cover__grid:after {
        content: "";
        display: table;
        clear: both;
    }

.widget-cover__grid__header {
    border: 1px solid #d44530;
    border-bottom: .8rem solid #d44530;
    clear: both;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

.widget-cover__grid__header, .widget-cover__grid__main, a.widget-cover__grid__header:focus, a.widget-cover__grid__header:hover {
    background-color: hsla(0,0%,100%,.8);
}

.widget-cover__grid__main {
    border: 1px solid #d44530;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

.widget-cover__grid__action, a.widget-cover__grid__main:focus, a.widget-cover__grid__main:hover {
    background-color: hsla(0,0%,100%,.8);
}

.widget-cover__grid__action {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    border: 1px solid #d44530;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.widget-cover__grid__action {
    background-color: #d44530;
}

    a.widget-cover__grid__action:focus, a.widget-cover__grid__action:hover {
        background-color: #a13222;
        border-color: #a13222;
    }

.widget-cover__grid__search {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    background-color: hsla(0,0%,100%,.8);
    border: 1px solid #d44530;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.widget-cover__grid__search {
    background-color: #d44530;
}

    a.widget-cover__grid__search:focus, a.widget-cover__grid__search:hover {
        background-color: #a13222;
        border-color: #a13222;
    }

.widget-cover__grid__info {
    display: block;
    transition: background .2s;
}

.widget-cover__grid__action button {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
}

.widget-donate {
    background-color: #d44530;
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
}

.widget-donate__title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
}

    .widget-donate__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-donate__content {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 200;
}

.widget-donate__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative;
}

.widget-donate__main {
    padding-left: .5rem;
    width: 100%;
}

    .widget-donate__main:not(:last-child) {
        margin-bottom: 4rem;
    }

.widget-donate__holder {
    padding-left: .5rem;
    width: 100%;
}

.widget-donate__form {
    display: block;
}

.widget-donate__form__control {
    background: none;
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 8rem;
    line-height: 8rem;
    margin-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
}

    .widget-donate__form__control::-webkit-input-placeholder {
        color: #ddd;
        opacity: 1 !important;
    }

    .widget-donate__form__control:-moz-placeholder, .widget-donate__form__control::-moz-placeholder {
        color: #ddd;
    }

    .widget-donate__form__control:-ms-input-placeholder {
        color: #ddd;
    }

    .widget-donate__form__control:focus {
        border-color: #78a7b2;
        outline: transparent;
    }

.widget-donate__form__btn {
    background: none;
    border: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #111;
    color: #fff;
    cursor: pointer;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: inherit;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    text-align: left;
    transition: background .2s;
    width: 100%;
}

    .widget-donate__form__btn > .icon {
        fill: #fff;
        margin-left: 2rem;
        margin-top: .5rem;
        transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1);
        transition: transform .3s cubic-bezier(.77,0,.175,1);
        transition: transform .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1);
    }

    .widget-donate__form__btn:focus, .widget-donate__form__btn:hover {
        background-color: #333;
    }

        .widget-donate__form__btn:focus > .icon, .widget-donate__form__btn:hover > .icon {
            -webkit-transform: translateX(25%);
            -ms-transform: translateX(25%);
            transform: translateX(25%);
        }

.widget-donate__form__helper {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    display: block;
    margin-top: 2rem;
}

.widget-featured {
    height: 78vh;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.widget-featured__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 200;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    max-height: 15.18rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .widget-featured__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-featured__pre {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    padding-left: .5rem;
}

    .widget-featured__pre:not(:last-child) {
        margin-bottom: .5rem;
    }

.widget-featured__content, .widget-featured__date {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

.widget-featured__content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    max-height: 9.487499999999999rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .widget-featured__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-featured__holder {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .widget-featured__holder > :not(:last-child) {
        border-right: 1px solid #bbb;
        margin-right: 1rem;
        padding-right: 1rem;
    }

.widget-featured__carousel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.widget-featured__carousel__inner, .widget-featured__carousel__item {
    height: 100%;
}

.widget-featured__carousel__media {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.widget-featured__carousel__media__image {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.widget-featured__carousel__main {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    will-change: bottom;
    z-index: 1;
}

.item.active.left .widget-featured__carousel__main, .item.active.right .widget-featured__carousel__main, .item.next .widget-featured__carousel__main, .item.prev .widget-featured__carousel__main {
    opacity: 0;
    transition: opacity .3s,bottom .3s;
}

.item.active .widget-featured__carousel__main {
    opacity: 1;
    transition: opacity .3s,bottom .3s;
}

.widget-featured__carousel__main__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-featured__carousel__main__row {
    background-color: hsla(0,0%,100%,.8);
    border: 1px solid #d44530;
    border-bottom: .8rem solid #d44530;
    padding: 3rem 3.5rem;
    overflow: hidden;
    position: relative;
    transition: background-color .15s;
}

.widget-featured__carousel__content {
    cursor: pointer;
    display: block;
}

.widget-featured__carousel__actions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    will-change: bottom;
    z-index: 1;
}

.item.active.left ~ .widget-featured__carousel__actions, .item.active.right ~ .widget-featured__carousel__actions, .item.next ~ .widget-featured__carousel__actions, .item.prev ~ .widget-featured__carousel__actions {
    opacity: 0;
    transition: opacity .3s,bottom .3s;
}

.item.active ~ .widget-featured__carousel__actions {
    opacity: 1;
    transition: opacity .3s,bottom .3s;
}

.widget-featured__carousel__actions__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative;
}

.widget-featured__carousel__indicators {
    bottom: -1px;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.widget-featured__carousel__indicators__item {
    background-color: hsla(0,0%,73%,.8);
    height: 1rem;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

    .widget-featured__carousel__indicators__item.active {
        background-color: #d44530;
    }

.widget-grid {
    background-color: #2c3441;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
}

.widget-grid__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 200;
}

    .widget-grid__title:not(:last-child) {
        margin-bottom: 2rem;
    }

.widget-grid__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-grid__text:not(:last-child) {
        margin-bottom: 2rem;
    }

.widget-grid__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-grid__block {
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 11;
}

    .widget-grid__block:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .widget-grid__block[data-bg=white]:before {
        background-color: #fff;
    }

    .widget-grid__block[data-bg=red]:before {
        background-color: #d44530;
    }

    .widget-grid__block[data-bg=blue]:before {
        background-color: #78a7b2;
    }

    .widget-grid__block[data-bg=blue-dark]:before {
        background-color: #2c3441;
    }

    .widget-grid__block[data-bg=blue-medium]:before {
        background-color: #6d8089;
    }

    .widget-grid__block[data-bg=turquoise]:before {
        background-color: #226270;
    }

    .widget-grid__block[data-bg=gray]:before {
        background-color: #bbb;
    }

.widget-hero {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    padding-top: 5rem;
    position: relative;
    z-index: 10;
}

    .widget-hero.has--media {
        min-height: 40vh;
        padding-top: calc(15vh - 5rem);
    }

        .widget-hero.has--media.hero--landing {
            padding-bottom: 6rem;
        }

            .widget-hero.has--media.hero--landing:before {
                background-color: hsla(0,0%,100%,.8);
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                top: -100vh;
                z-index: -1;
            }

            .widget-hero.has--media.hero--landing[data-bg=white]:before {
                background-color: #fff;
            }

            .widget-hero.has--media.hero--landing[data-bg=red]:before {
                background-color: #d44530;
            }

            .widget-hero.has--media.hero--landing[data-bg=blue]:before {
                background-color: #78a7b2;
            }

            .widget-hero.has--media.hero--landing[data-bg=blue-dark]:before {
                background-color: #2c3441;
            }

            .widget-hero.has--media.hero--landing[data-bg=blue-medium]:before {
                background-color: #6d8089;
            }

            .widget-hero.has--media.hero--landing[data-bg=turquoise]:before {
                background-color: #226270;
            }

            .widget-hero.has--media.hero--landing[data-bg=gray]:before {
                background-color: #bbb;
            }

    .widget-hero.hero--landing:not(.has--media) .widget-hero__grid__header:before, .widget-hero.hero--page .widget-hero__grid__header:before {
        background-color: #f1f1f1;
        bottom: 0;
        content: "";
        display: block;
        opacity: .8;
        left: -999em;
        position: absolute;
        right: -42.5%;
        top: calc(-22vh - 4rem);
        z-index: -1;
    }

    .widget-hero.hero--landing:not(.has--media) .widget-hero__grid__header:before, .widget-hero.hero--page:not(.has--media) .widget-hero__grid__header:before {
        top: -9rem;
    }

    .widget-hero:last-child {
        margin-bottom: 8rem;
    }

.widget-hero__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-hero__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-hero__pre {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-hero__pre:not(:last-child) {
        margin-bottom: .5rem;
    }

.widget-hero__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-hero__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-hero__holder {
    padding-left: .5rem;
    margin-top: 4rem;
}

.widget-hero__media {
    bottom: 4rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 4rem;
}

.widget-hero__media__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-hero__media__picture {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66667%;
}

    .widget-hero__media__picture > iframe, .widget-hero__media__picture > img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .widget-hero__media__picture > img {
        object-fit: cover;
    }

.widget-hero__grid {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 4rem;
    position: static;
}

    .widget-hero__grid:before {
        content: "";
        display: table;
    }

    .widget-hero__grid:after {
        content: "";
        display: table;
        clear: both;
    }

.widget-hero__grid__header {
    border: 1px solid #d44530;
    border-bottom: .8rem solid #d44530;
    clear: both;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

.widget-hero__grid__header, .widget-hero__grid__main, a.widget-hero__grid__header:focus, a.widget-hero__grid__header:hover {
    background-color: hsla(0,0%,100%,.8);
}

.widget-hero__grid__main {
    border: 1px solid #d44530;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

.widget-hero__grid__action, a.widget-hero__grid__main:focus, a.widget-hero__grid__main:hover {
    background-color: hsla(0,0%,100%,.8);
}

.widget-hero__grid__action {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    border: 1px solid #d44530;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.widget-hero__grid__action {
    background-color: #d44530;
}

    a.widget-hero__grid__action:focus, a.widget-hero__grid__action:hover {
        background-color: #a13222;
        border-color: #a13222;
    }

.widget-hero__grid__search {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    background-color: hsla(0,0%,100%,.8);
    border: 1px solid #d44530;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.widget-hero__grid__search {
    background-color: #d44530;
}

    a.widget-hero__grid__search:focus, a.widget-hero__grid__search:hover {
        background-color: #a13222;
        border-color: #a13222;
    }

.widget-hero__grid__info {
    display: block;
    transition: background .2s;
}

.widget-hero__grid__header {
    position: relative;
}

.widget-highlight {
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 10;
}

.widget-highlight__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-highlight__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-highlight__subtitle {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    padding-left: .5rem;
}

    .widget-highlight__subtitle:not(:last-child) {
        margin-bottom: .5rem;
    }

.widget-highlight__header {
    margin-bottom: 2rem;
    padding-left: .5rem;
}

.widget-highlight__container {
    width: 100%;
    max-width: no-flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

    .widget-highlight__container:before {
        content: "";
        display: table;
    }

    .widget-highlight__container:after {
        content: "";
        display: table;
        clear: both;
    }

.widget-highlight__main {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.widget-highlight__holder {
    margin-bottom: 4rem;
}

.widget-highlight__content {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
}

    .widget-highlight__content > h1 {
        font-size: 4.5rem;
        line-height: 5.5rem;
        font-weight: 200;
        margin-bottom: 3rem;
    }

        .widget-highlight__content > h1:not(:first-child) {
            margin-top: 5rem;
        }

    .widget-highlight__content > h2 {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 200;
        margin-bottom: 2rem;
    }

        .widget-highlight__content > h2:not(:first-child) {
            margin-top: 4rem;
        }

    .widget-highlight__content > h3 {
        font-size: 2.8rem;
        line-height: 3.6rem;
        font-weight: 200;
        margin-bottom: 2rem;
    }

        .widget-highlight__content > h3:not(:first-child) {
            margin-top: 4rem;
        }

    .widget-highlight__content > h4 {
        font-size: 2.2rem;
        line-height: 3rem;
        font-weight: 400;
        color: #999;
        margin-bottom: 2rem;
    }

        .widget-highlight__content > h4:not(:first-child) {
            margin-top: 3rem;
        }

    .widget-highlight__content > h5 {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 400;
        color: #bbb;
        margin-bottom: 1rem;
    }

        .widget-highlight__content > h5:not(:first-child) {
            margin-top: 2rem;
        }

    .widget-highlight__content > p {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
    }

        .widget-highlight__content > p:not(:last-child), .widget-highlight__content ol:not(:last-child), .widget-highlight__content ul:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-highlight__content ul {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        margin-left: 1rem;
        padding-left: 1.5rem;
    }

        .widget-highlight__content ul li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .widget-highlight__content ul ul {
            margin-bottom: 2rem;
        }

    .widget-highlight__content ol {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        margin-left: 1rem;
        padding-left: 1.5rem;
    }

        .widget-highlight__content ol li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .widget-highlight__content ol ol {
            margin-bottom: 2rem;
        }

    .widget-highlight__content a {
        color: #d44530;
        text-decoration: underline;
    }

.widget-highlight[data-bg=white] {
    background-color: hsla(0,0%,100%,.9);
    color: #5e5e5e;
    fill: #5e5e5e;
    color: #fff;
    fill: #fff;
}

.widget-highlight[data-bg=red] {
    background-color: rgba(212,69,48,.9);
}

    .widget-highlight[data-bg=red] a {
        color: #fff;
    }

.widget-highlight[data-bg=blue] {
    background-color: rgba(120,167,178,.9);
    color: #fff;
    fill: #fff;
}

.widget-highlight[data-bg=blue-dark] {
    background-color: rgba(44,52,65,.9);
    color: #fff;
    fill: #fff;
}

.widget-highlight[data-bg=blue-medium] {
    background-color: rgba(109,128,137,.9);
    color: #fff;
    fill: #fff;
}

.widget-highlight[data-bg=turquoise] {
    background-color: rgba(34,98,112,.9);
    color: #fff;
    fill: #fff;
}

.widget-highlight[data-bg=gray] {
    background-color: hsla(0,0%,73%,.9);
    color: #fff;
    fill: #fff;
}

.widget-html {
    background-color: #fff;
    display: block;
    position: relative;
    width: 100%;
}

.widget-html__container {
    width: 100%;
}

.widget-introduction {
    position: relative;
    z-index: 10;
}

.widget-introduction__title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 200;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: -6rem;
    text-align: center;
    width: 100%;
    z-index: 11;
}

    .widget-introduction__title:before {
        content: "";
        display: table;
    }

    .widget-introduction__title:after {
        content: "";
        display: table;
        clear: both;
    }

.widget-introduction__title--highlight {
    font-weight: 700;
    color: #d44530;
}

.widget-introduction__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    z-index: 11;
}

    .widget-introduction__content > * {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 200;
    }

.widget-introduction__tagline {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 200;
    bottom: 4rem;
    color: #fff;
    padding-left: .5rem;
    position: absolute;
    z-index: 11;
}

.widget-introduction__header {
    color: #fff;
    height: calc(100vh - 12rem);
    position: relative;
}

    .widget-introduction__header:before {
        background: #2c3441;
        content: "";
        position: absolute;
        top: -100%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

.widget-introduction__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-introduction__main {
    color: #5e5e5e;
    height: 100vh;
    position: relative;
}

    .widget-introduction__main:before {
        background: hsla(0,0%,100%,.9);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

.widget-mailform {
    background-color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    z-index: 10;
}

.widget-mailform__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-media {
    background-color: #fff;
    display: block;
    position: relative;
    width: 100%;
}

.widget-media__image {
    display: block;
    max-height: 100%;
    width: 100%;
}

.widget-media__image__wrap {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66667%;
}

    .widget-media__image__wrap > iframe, .widget-media__image__wrap > img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .widget-media__image.cover, .widget-media__image__wrap > img {
        object-fit: cover;
    }

.widget-media__image.contain {
    object-fit: contain;
}

.widget-media__video {
    display: block;
    max-height: 100%;
    width: 100%;
}

.widget-media__video__wrap {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66667%;
}

    .widget-media__video__wrap > iframe, .widget-media__video__wrap > img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .widget-media__video__wrap > img {
        object-fit: cover;
    }

    .widget-media__video__wrap[data-video]:before {
        background-color: rgba(44,52,65,.3);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .widget-media__video__wrap[data-video]:after {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: "►";
        cursor: pointer;
        background-color: #111;
        border-radius: 50%;
        color: #fff;
        height: 6rem;
        font-size: 2rem;
        line-height: 6.1rem;
        padding-left: .5rem;
        text-align: center;
        width: 6rem;
        z-index: 11;
    }

.widget-media__main {
    width: 100%;
}

.widget-media__inner {
    background-color: #f1f1f1;
    overflow: initial;
    width: 100%;
}

.widget-media__carousel {
    overflow: hidden;
}

.widget-media__carousel__actions {
    margin-top: 2rem;
    text-align: right;
    width: 100%;
}

.widget-media__description {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: .5rem;
    width: 100%;
}

.widget-media[data-size=center] .widget-media__container, .widget-media[data-size=fit] .widget-media__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-media[data-size=center] .widget-media__image__wrap {
    min-height: 80vh;
}

.widget-media[data-size=full] .widget-media__carousel__actions__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.widget-media[data-size=full] .widget-media__image__wrap {
    min-height: 80vh;
}

.widget-media[data-size=full] .widget-media__description__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-media[data-bg=white] {
    background-color: #fff;
}

.widget-media[data-bg=red] {
    background-color: #d44530;
}

.widget-media[data-bg=blue] {
    background-color: #78a7b2;
}

.widget-media[data-bg=blue-dark] {
    background-color: #2c3441;
}

.widget-media[data-bg=blue-medium] {
    background-color: #6d8089;
}

.widget-media[data-bg=turquoise] {
    background-color: #226270;
}

.widget-media[data-bg=gray] {
    background-color: #bbb;
}

.widget-partners {
    background: #78a7b2;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 10;
}

.widget-partners__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-partners__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-partners__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-partners__text:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-partners__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-partners__grid__row {
    margin-left: 1px;
    position: relative;
    width: 100%;
}

.widget-partners__grid__header {
    background-color: transparent;
    padding: 4rem 3.5rem;
    padding-left: .5rem;
}

.widget-partners__grid__block {
    clear: both;
    padding: 2rem;
    transition: opacity .15s;
    border: 1px solid currentColor;
}

a.widget-partners__grid__block {
    cursor: pointer;
}

    a.widget-partners__grid__block:focus, a.widget-partners__grid__block:hover {
        opacity: .8;
    }

.widget-partners__grid__block[data-bg=white] {
    background-color: hsla(0,0%,100%,.9);
    color: #5e5e5e;
    fill: #5e5e5e;
}

.widget-partners__grid__block[data-bg=red] {
    background-color: rgba(212,69,48,.9);
    color: #fff;
    fill: #fff;
}

.widget-partners__grid__block[data-bg=blue] {
    background-color: rgba(120,167,178,.9);
    color: #fff;
    fill: #fff;
}

.widget-partners__grid__block[data-bg=blue-dark] {
    background-color: rgba(44,52,65,.9);
    color: #fff;
    fill: #fff;
}

.widget-partners__grid__block[data-bg=blue-medium] {
    background-color: rgba(109,128,137,.9);
    color: #fff;
    fill: #fff;
}

.widget-partners__grid__block[data-bg=turquoise] {
    background-color: rgba(34,98,112,.9);
    color: #fff;
    fill: #fff;
}

.widget-partners__grid__block[data-bg=gray] {
    background-color: hsla(0,0%,73%,.9);
    color: #fff;
    fill: #fff;
}

.widget-partners__grid__block {
    text-align: center;
}

    .widget-partners__grid__block > img {
        height: 100%;
        max-height: 20vh;
        max-width: 80vw;
        object-fit: contain;
        vertical-align: bottom;
        width: 100%;
    }

.widget-resource {
    background-color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 10;
}

.widget-resource__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-resource__content {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    padding-left: .5rem;
}

    .widget-resource__content > h1 {
        font-size: 4.5rem;
        line-height: 5.5rem;
        font-weight: 200;
        margin-bottom: 3rem;
    }

        .widget-resource__content > h1:not(:first-child) {
            margin-top: 5rem;
        }

    .widget-resource__content > h2 {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 200;
        margin-bottom: 2rem;
    }

        .widget-resource__content > h2:not(:first-child) {
            margin-top: 4rem;
        }

    .widget-resource__content > h3 {
        font-size: 2.8rem;
        line-height: 3.6rem;
        font-weight: 200;
        margin-bottom: 2rem;
    }

        .widget-resource__content > h3:not(:first-child) {
            margin-top: 4rem;
        }

    .widget-resource__content > h4 {
        font-size: 2.2rem;
        line-height: 3rem;
        font-weight: 400;
        color: #999;
        margin-bottom: 2rem;
    }

        .widget-resource__content > h4:not(:first-child) {
            margin-top: 3rem;
        }

    .widget-resource__content > h5 {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 400;
        color: #bbb;
        margin-bottom: 1rem;
    }

        .widget-resource__content > h5:not(:first-child) {
            margin-top: 2rem;
        }

    .widget-resource__content > p {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
    }

        .widget-resource__content > p:not(:last-child), .widget-resource__content ol:not(:last-child), .widget-resource__content ul:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-resource__content ul {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        margin-left: 1rem;
        padding-left: 1.5rem;
    }

        .widget-resource__content ul li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .widget-resource__content ul ul {
            margin-bottom: 2rem;
        }

    .widget-resource__content ol {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        margin-left: 1rem;
        padding-left: 1.5rem;
    }

        .widget-resource__content ol li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .widget-resource__content ol ol {
            margin-bottom: 2rem;
        }

    .widget-resource__content a {
        color: #d44530;
        text-decoration: underline;
    }

.widget-services {
    background-color: #f1f1f1;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 10;
}

.widget-services__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-services__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-services__subtitle {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 600;
}

    .widget-services__subtitle:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-services__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-services__content:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-services__grid {
    position: relative;
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

    .widget-services__grid:before {
        content: "";
        display: table;
    }

    .widget-services__grid:after {
        content: "";
        display: table;
        clear: both;
    }

.widget-services__grid__header {
    background-color: transparent;
    border: 1px solid #78a7b2;
    border-bottom: .8rem solid #78a7b2;
    clear: both;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

a.widget-services__grid__header:focus, a.widget-services__grid__header:hover {
    background-color: rgba(0,0,0,.8);
}

.widget-services__grid__main {
    background-color: transparent;
    border: 1px solid #78a7b2;
    display: block;
    padding: 4rem 3.5rem;
    transition: background .2s;
    width: 100%;
}

a.widget-services__grid__main:focus, a.widget-services__grid__main:hover {
    background-color: rgba(0,0,0,.8);
}

.widget-services__grid__action {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    background-color: transparent;
    border: 1px solid #78a7b2;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.widget-services__grid__action {
    background-color: #78a7b2;
}

    a.widget-services__grid__action:focus, a.widget-services__grid__action:hover {
        background-color: #51838e;
        border-color: #51838e;
    }

.widget-services__grid__search {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: adelle-sans,sans-serif;
    background-color: transparent;
    border: 1px solid #78a7b2;
    color: #fff;
    display: inline-block;
    padding: 1.5rem 3rem 1.7rem;
    position: relative;
    transition: background .2s;
    width: auto;
}

a.widget-services__grid__search {
    background-color: #78a7b2;
}

    a.widget-services__grid__search:focus, a.widget-services__grid__search:hover {
        background-color: #51838e;
        border-color: #51838e;
    }

.widget-services__grid__info {
    display: block;
    transition: background .2s;
}

.widget-services__grid__header {
    border-color: transparent;
}

.widget-services__grid__main.main--hidden {
    opacity: 0;
    visibility: hidden;
}

.widget-skills {
    background: #f1f1f1;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
}

.widget-skills__title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 200;
}

    .widget-skills__title:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-skills__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

    .widget-skills__text:not(:last-child) {
        margin-bottom: 1rem;
    }

.widget-skills__content, .widget-skills__content > p {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
}

    .widget-skills__content > p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .widget-skills__content a {
        color: #d44530;
        text-decoration: underline;
    }

.widget-skills__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-skills__media, .widget-skills__media > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .widget-skills__media > img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.widget-skills__grid__row {
    margin-left: 1px;
    position: relative;
    width: 100%;
}

.widget-skills__grid__header {
    background-color: hsla(0,0%,100%,.8);
    padding: 4rem 3.5rem;
    padding-left: .5rem;
}

.widget-skills__grid__block {
    clear: both;
    padding: 4rem 3.5rem;
    transition: opacity .15s;
}

a.widget-skills__grid__block {
    cursor: pointer;
}

    a.widget-skills__grid__block:focus, a.widget-skills__grid__block:hover {
        opacity: .8;
    }

.widget-skills__grid__block[data-bg=white] {
    background-color: hsla(0,0%,100%,.9);
    color: #5e5e5e;
    fill: #5e5e5e;
}

.widget-skills__grid__block[data-bg=red] {
    background-color: rgba(212,69,48,.9);
    color: #fff;
    fill: #fff;
}

.widget-skills__grid__block[data-bg=blue] {
    background-color: rgba(120,167,178,.9);
    color: #fff;
    fill: #fff;
}

.widget-skills__grid__block[data-bg=blue-dark] {
    background-color: rgba(44,52,65,.9);
    color: #fff;
    fill: #fff;
}

.widget-skills__grid__block[data-bg=blue-medium] {
    background-color: rgba(109,128,137,.9);
    color: #fff;
    fill: #fff;
}

.widget-skills__grid__block[data-bg=turquoise] {
    background-color: rgba(34,98,112,.9);
    color: #fff;
    fill: #fff;
}

.widget-skills__grid__block[data-bg=gray] {
    background-color: hsla(0,0%,73%,.9);
    color: #fff;
    fill: #fff;
}

.widget-skills__grid__header {
    background-color: transparent;
}

.widget-text {
    background-color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
}

.widget-text__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.widget-text__content {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
    padding-left: .5rem;
}

    .widget-text__content > h1 {
        font-size: 4.5rem;
        line-height: 5.5rem;
        font-weight: 200;
        margin-bottom: 3rem;
    }

        .widget-text__content > h1:not(:first-child) {
            margin-top: 5rem;
        }

    .widget-text__content > h2 {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 200;
        margin-bottom: 2rem;
    }

        .widget-text__content > h2:not(:first-child) {
            margin-top: 4rem;
        }

    .widget-text__content > h3 {
        font-size: 2.8rem;
        line-height: 3.6rem;
        font-weight: 200;
        margin-bottom: 2rem;
    }

        .widget-text__content > h3:not(:first-child) {
            margin-top: 4rem;
        }

    .widget-text__content > h4 {
        font-size: 2.2rem;
        line-height: 3rem;
        font-weight: 400;
        color: #999;
        margin-bottom: 2rem;
    }

        .widget-text__content > h4:not(:first-child) {
            margin-top: 3rem;
        }

    .widget-text__content > h5 {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 400;
        color: #bbb;
        margin-bottom: 1rem;
    }

        .widget-text__content > h5:not(:first-child) {
            margin-top: 2rem;
        }

    .widget-text__content > p {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
    }

        .widget-text__content > p:not(:last-child), .widget-text__content ol:not(:last-child), .widget-text__content ul:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-text__content ul {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        margin-left: 1rem;
        padding-left: 1.5rem;
    }

        .widget-text__content ul li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .widget-text__content ul ul {
            margin-bottom: 2rem;
        }

    .widget-text__content ol {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        margin-left: 1rem;
        padding-left: 1.5rem;
    }

        .widget-text__content ol li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .widget-text__content ol ol {
            margin-bottom: 2rem;
        }

    .widget-text__content a {
        color: #d44530;
        text-decoration: underline;
    }

.footer {
    background-color: #2c3441;
    color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 50;
}

.footer__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .footer__container > * {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

.footer__crest {
    display: inline-block;
    margin-top: 4rem;
}

    .footer__crest > img {
        width: 12rem;
    }

.footer__nav {
    list-style: none;
    margin: 0;
    padding-left: 0;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 4rem;
}

.footer__nav__item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 6/12 - 2rem);
    padding-left: .5rem;
}

    .footer__nav__item:nth-child(1n) {
        margin-right: 4rem;
        margin-left: 0;
    }

    .footer__nav__item:last-child {
        margin-right: 0;
    }

    .footer__nav__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }

    .footer__nav__item:not(:last-child), .footer__nav__link {
        padding-bottom: .5rem;
    }

.footer__nav__link {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
    transition: border .2s,color .2s;
}

    .footer__nav__link:focus, .footer__nav__link:hover {
        border-color: currentColor;
        color: #d44530;
    }

.footer__address {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    border: 1px solid #d44530;
    padding: 4rem 3.5rem;
}

.footer__address__text {
    display: block;
}

    .footer__address__text:not(:last-child) {
        margin-bottom: 1rem;
    }

.footer__btn {
    background: none;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    background-color: #d44530;
    color: #fff;
    display: block;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    transition: background .2s;
    width: 100%;
}

    .footer__btn:focus, .footer__btn:hover {
        background-color: #a13222;
    }

.copyright {
    background-color: #fff;
    color: #5e5e5e;
    padding-bottom: 1rem;
    padding-top: 2rem;
    position: relative;
    z-index: 50;
}

.copyright__text {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 200;
    letter-spacing: .1rem;
    text-transform: uppercase;
    padding-left: .5rem;
}

    .copyright__text:last-of-type {
        margin-left: auto;
    }

    .copyright__text > a {
        border-color: transparent;
        color: #d44530;
    }

.copyright__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.copyright__social {
    padding-left: .5rem;
}

.copyright__social__text {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 200;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

.copyright__social__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.copyright__social__item {
    float: left;
}

    .copyright__social__item:not(:last-child) {
        margin-right: 1rem;
    }

    .copyright__social__item:nth-child(1) {
        margin-right: 7px;
    }

    .copyright__social__item:nth-child(2) {
        margin-top: 1px;
    }

    .copyright__social__item:nth-child(5) {
        margin-top: 2px;
    }

.copyright__social__link {
    display: block;
}

    .copyright__social__link > .icon {
        fill: rgba(212,69,48,.8);
        transition: fill .2s;
    }

    .copyright__social__link:focus > .icon, .copyright__social__link:hover > .icon {
        fill: #d44530;
    }

.header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 70;
}

.inner--page .header {
    background-color: #fff;
}

.header:not(.header--in) {
    height: 12rem;
}

.header ~ .main {
    padding-top: 12rem;
}

.header__container {
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 3.5rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header__logo {
    font-size: 0;
    text-indent: -999em;
    background: url(https://www.applicantstack.com/userdata/wforce/wos[1].svg) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 4.7rem;
    margin-left: .5rem;
    margin-right: 5rem;
    position: relative;
    width: 18.5rem;
    z-index: 73;
}

.header__navbar__btn {
    background: none;
    border: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    background-color: #2c3441;
    border: 1px solid currentColor;
    color: #fff;
    cursor: pointer;
    padding: 1rem;
    position: relative;
    z-index: 73;
}

    .header__navbar__btn:before {
        background-color: #2c3441;
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity .15s;
        z-index: 74;
    }

    .header__navbar__btn:after {
        font-size: 2rem;
        line-height: 3rem;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: "×";
        opacity: 0;
        z-index: 75;
    }

    .header__navbar__btn.in:after, .header__navbar__btn.in:before {
        opacity: 1;
    }

.header__nav {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.header__nav__link {
    cursor: pointer;
    display: block;
    position: relative;
    transition: color .2s;
}

    .header__nav__link:focus, .header__nav__link:hover {
        color: #d44530;
    }

        .header__nav__link:focus > .icon, .header__nav__link:hover > .icon {
            fill: #d44530;
        }

    .header__nav__link.in {
        color: #d44530;
    }

    .header__nav__link > .icon {
        display: inline-block;
    }

.header__nav-secondary {
    width: 100%;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header__nav-secondary, .header__nav-secondary__link {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__nav-secondary__link {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5e5e5e;
    cursor: pointer;
    fill: #999;
    position: relative;
    transition: color .2s;
}

    .header__nav-secondary__link:focus, .header__nav-secondary__link:hover {
        color: #d44530;
    }

        .header__nav-secondary__link:focus > .icon, .header__nav-secondary__link:hover > .icon {
            fill: #d44530;
        }

    .header__nav-secondary__link.in {
        color: #d44530;
        z-index: 71;
    }

    .header__nav-secondary__link > .icon {
        display: inline-block;
    }

.header__subnav {
    width: 100vw;
}

    .header__subnav, .header__subnav:before {
        opacity: 0;
        transition: opacity .3s .3s,visibility .3s .3s;
        visibility: hidden;
        will-change: visibility;
    }

        .header__subnav:before {
            background-color: #fff;
            content: "";
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            top: 12rem;
            z-index: -1;
        }

.header__subnav__title {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 1rem;
}

.header__subnav__back {
    background: none;
    border: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
    color: #d44530;
    margin-bottom: 4rem;
}

.header__subnav__section {
    margin-bottom: 4rem;
}

.header__subnav__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header__subnav__item {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 200;
}

    .header__subnav__item:not(:last-child) {
        margin-bottom: 2rem;
    }

.header__subnav__link {
    transition: color .2s;
}

    .header__subnav__link:focus, .header__subnav__link:hover {
        color: #d44530;
    }

.header__search {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    top: 35vh;
    transition: opacity .15s,visibility .15s;
    visibility: hidden;
    width: 80%;
    will-change: visibility;
}

.header--in .active + .header__search {
    opacity: 1;
    transition-delay: .35s;
    visibility: visible;
}

.header__search__control {
    background: none;
    border: 0;
    padding: 0;
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 200;
    font-family: adelle-sans,sans-serif;
    border-bottom: 1px solid hsla(0,0%,7%,.2);
    display: block;
    padding: 1rem 5rem 1rem 1rem;
    width: 100%;
}

    .header__search__control:focus {
        outline: transparent;
    }

.header__search__btn {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    right: 0;
    transition: opacity .15s;
}

    .header__search__btn > .icon {
        fill: #d44530;
        height: 3rem;
        width: 3rem;
    }

    .header__search__btn:focus, .header__search__btn:hover {
        opacity: .75;
    }

.header__button {
    color: #fff;
    display: block;
    padding: 4rem 0;
    position: relative;
    z-index: 70;
}

    .header__button:before {
        background-color: rgba(212,69,48,.85);
        content: "";
        position: absolute;
        top: 0;
        right: -100vw;
        bottom: 0;
        left: -100vw;
        transition: background .15s;
        z-index: -1;
    }

    .header__button:focus:before, .header__button:hover:before {
        background-color: #d44530;
    }

.header__button__title {
    font-size: 2rem;
    line-height: 3rem;
}

    .header__button__title:not(:last-child) {
        margin-bottom: .5rem;
    }

    .header__button__title > .icon {
        fill: #fff;
        vertical-align: middle;
    }

.header__button__content {
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 200;
}

.header:before {
    background-color: hsla(0,0%,95%,.95);
    content: "";
    opacity: 0;
    -webkit-perspective-origin: 0 100%;
    perspective-origin: 0 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s .3s,visibility .3s .3s;
    visibility: hidden;
    will-change: visibility;
    z-index: -1;
}

.header--hover:before {
    opacity: 1;
    visibility: visible;
}

.header--hover .header__nav-secondary__link:before, .header--hover .header__nav__link:before {
    opacity: 0;
}

.header--in {
    bottom: 0;
    position: fixed;
}

    .header--in:before {
        opacity: 1;
        transition-delay: 0s;
        visibility: visible;
    }

.header--secondary {
    background-color: transparent;
}

    .header--secondary:before {
        background-color: rgba(44,52,65,.95);
    }

    .header--secondary .header__logo {
        background-image: url(http://www.applicantstack.com/userdata/wforce/logo-wos-inverse[1].png);
    }

    .header--secondary .header__nav__link:not(:hover):not(:focus) {
        color: #fff;
        fill: #fff;
    }

    .header--secondary .header__nav__link:after {
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }

    .header--secondary .header__nav-secondary__link:not(:hover):not(:focus) {
        color: #fff;
        fill: #fff;
    }

    .header--secondary .header__nav-secondary__link:after {
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }

    .header--secondary .header__subnav:before {
        background-color: rgba(44,52,65,.95);
    }

    .header--secondary .header__subnav__link {
        color: #fff;
    }

    .header--secondary .header__search * {
        border-color: #bbb;
        color: #fff;
        fill: #bbb;
    }

.header--white {
    background-color: #fff;
}

[data-header=hover] > a {
    display: block;
    position: relative;
}

    [data-header=hover] > a:after {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAFYklEQVR4Xu2czY4bRRSFb5VbBMgm6m7lCbJngZAioihAIJDw8zAgniLkWZIJkA3hN2GHEEJilzew254FGRKSqooqsiWP5Z/u63S76t4zW/vO9Dnn61PV3R4bwo9qB4xq9RBPAEA5BAAAACh3QLl8NAAAUO6AcvloAACg3AHl8tEAAEC5A8rlowEAgHIHlMtHAwAA5Q4ol48GAADKHVAuHw0AAJQ7oFw+GgAAKHdAuXw0AABQ7oBy+WgAAKDcAeXy0QAAQLkDyuWjAQCAcgeUy0cDAADlDiiXjwYAAModUC4fDQAAlDugXD4aAAAod0C5fDQAAFDugHL5aAAAoNwB5fLRAABAuQPK5Q/dAK/N/f5fue/r5V+4cIYePQpENJg/gwBQVdU7IYRbZMyll8pDeGit/WoymfwBEIjKsrxI1n5DIbwb3TFED4wxX04mkz/79qd3AGL4zvtfrbVvLIvx3v83svaLpmnu9y0y5d9fluUnLoTbI2tfX/HnhIri0vF4/Fefxz8EAL8EoivrRGiHIIZvjLkTiM6s9Yfoh+OmuZYzAEVZVU+IaLRJhFYIdoW/2CtNmyY2Q9wX9PLTdwOM5gAU245eGwQtw49f5f60aZq4dGYLQNzg3Cdjru7CVwsEZVl+bIw52lT7p3wK4d50Ov10l3f7vN53A9C58+ffomfPfrfWnt11oNIhiOG7EO6sbvg27I/+tcZcnE6n/+zybZ/XewcgHty5ur5Czt2z1r6562ClQtA1fEN0fTabPdzl176vDwKAdghSDT/mMhgATAg+b5rmx30pP+R8WZbXXAhHbWt/qDN/4cmgAGiDIPXwB2+ABXWMPUF2TZBD+AcDIP7huq7fe+7c9x02htlAkEv4BwVAKgQ5hX9wAKRBUJblRy6Eu6lu+NZthgffBK47CAnLQY7hJ9EACyDqun7/uXPf5bgn6Bx+UdyYjccPDnl5erDLwG2ic4Qg5/CTaoA9muCzpml+OsTZFMP3IRytfthl0719k9CZn2QD5ASBhPCTbIAcIJASftIAxIOrquoD5/23HTaGvS8HVVV96Ly/m3PtLy9RSVwGblu/U4JAWvjJN8ACjBQgkBh+NgAsLQfxPsGpj5dv2HHHj5y/suVAavhZAXAoCKqqujrfh7QB77Epiuup3ORpc2mc/B5gVcR8OWjbBCcja+NTRNZ9AunhZ9cAK3uCXiHQEH62ADCWg05NoCX8rAHoCwJN4WcPwByCLpu0rU2gLXwRALwqCDpuLrPb7W+6IsjuKmCTkI5n76km0Bq+mAZYujrovBzEWed92ysKMWd+0o+D29zA2NIEXR7WnMR/jml5d/ExFcWN4/H4t32OL7VZMUvAsrFdbt22CcR7LzJ8cUtAHxBIDl80APOrg9bLwYaHSmLPfLF7gDXPDlgQSD/z1QAQhXb5CFd8v5bwxS8By23QFgJN4asCoE0TaAtfHQDbINAYvkoAoui6rt92zt001l5++cW1RD+T91/PZrO/29wXkPQekTeCOgS0+AJL12FG1Fu1AyAqTI4YAMBxTdAMABAUJkcKAOC4JmgGAAgKkyMFAHBcEzQDAASFyZECADiuCZoBAILC5EgBABzXBM0AAEFhcqQAAI5rgmYAgKAwOVIAAMc1QTMAQFCYHCkAgOOaoBkAIChMjhQAwHFN0AwAEBQmRwoA4LgmaAYACAqTIwUAcFwTNAMABIXJkQIAOK4JmgEAgsLkSAEAHNcEzQAAQWFypAAAjmuCZgCAoDA5UgAAxzVBMwBAUJgcKQCA45qgGQAgKEyOFADAcU3QDAAQFCZHCgDguCZoBgAICpMjBQBwXBM0AwAEhcmR8gI16YeuvKOMaQAAAABJRU5ErkJggg==") no-repeat 50%;
        background-size: 100% 100%;
        content: "";
        display: inline-block;
        height: 1.8rem;
        margin-left: .5rem;
        margin-top: 2px;
        transition: background .3s .3s;
        width: 1.8rem;
    }

[data-header=hover].active {
    z-index: 69;
}

    [data-header=hover].active > a:after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAGhklEQVR4Xu2c2XIbRRSGT/co7FCZRW/ABVU8AFUJgeAsXmPyOsAt8DKQxQESlsTs+3JPURT30SwWWYDC04dqW0q5RKyZVnukOXOOb8c90v//X/+t0UxLgfyxdkCxVi/iQQBgDoEAIAAwd4C5fGkAAYC5A8zlSwMIAMwdYC5fGkAAYO4Ac/nSAAIAcweYy5cGEACYO8BcvjSAAMDcAebypQEEAOYOMJcvDSAAMHeAuXxpAAGAuQPM5UsDCADMHWAuXxpAAGDuAHP50gACAHMHmMuXBhAAmDvAXL40gADA3AHm8qUBBADmDjCXLw0gADB3gLl8aQABgLkDzOVLAwgAzB1gLl8aQABg7gBz+dIAAgA/B6Ioeh4R30atT2sABIBtrdRraZr+ys0Ndg0Q9vuncHf3utb6qYmwhwpgOcuy7zlBwAqAKeHvZW4A/gwAznOCgA0Ao/BvaK2fnDbDuUHAAoDj/f5LsF/7U8Mfg2Eh0IjLeZ5/1/XloPMAHE+Sl6EsP6gb/gQEK3mef9tlCDoNwKzhc4KgswD4hv8AAmPuaKXsctDJJugkAEmSnN7dr/0njqK+zT4Edjn45ijO16ZzdA4Al/CNMX/ZMLTWj1eF0lUIOgVAkiSv7Jbl+3Vmvg0/0PoCImqDuFUXAgWwWhTF11XAUDneGQDiOF4qjXnPJfwsy27ZoOI4Plsac60mBHcVwEpXIOgEAD7hj2cqVwjIAzAK39Z+nXX8vq39LMu2H1bRcRyfGbVInXPZJrDLwVdU6v5h75M0AI6B3e8FwUaapp9OC8zxnHdVr7dWDAZfUoWALACOQdUK/8By4NYEhCEgCYDjem3DX0/T9DOXWeq4tJBtAnIARFF0zuGy7R4EwfpOmn7uEv6BJnC5srgHvd7azmDwxSyvtagxpACYZ/hcICADgA2/RLwWaP1Y1WwxxhzpbHS8zPRqnSptR32cBABRFJ0vEbcWEf7YcMdvGclA0HoAHMNv9MOYIwT3IQjWZv38cdQz/bDztRqAKIqWS8SrNWf+XL6YcYVgliuQeYVvX6e1AERRtFIiXmlT+AeWg9q3m40xTt9BzDP81gJgw1dKXUWAR6sMMcYs5OaM423n1kLQugZwDP/OIm/Pjp46sg+bVj54Yptg2n2IKtCbOt4qAMIwXNVaX6k581vxlI7Lo2ejZxA2DrsZ1VTI087bGgAohj82ljIErQAg7PfXtDGXa838/Wf2W/e4tsveg/HTSOMHUhYx88evuXAAwiRZ14iXHMJv7YaNGSDYzLLsJlsAuhT+g+XAYRfSqAkWCsHCGsCGrxAvA8AjVTOA2n69uvsQrW4LgVbq1TzPP6nyoYnjCwEgTJINhXipTvgAQHLbdtVO5INhlsb8HSi1uQgI5g7ADOHb7do/NEF/0+ekAMFcAQiT5IJCfNdh5pMNfwxXGIYvIoDdlj75gxT/42/UBHY5+LhpOOd+FZAkyaZBfKdm+Dtq/4cafpyXEU2+zgwQXMzz/KMm39NcAXANXyt1Lk3Tn+ZhwLxeo60QNL4EhGF4Umltn8Ov/LQPADtdDP/AcnASAT6suxwcC4JTTU+ExgGI4tjuoztRY6Z1OvwJCOxngqcrPUHczvP8TOX/efxD0wD0ojj+x27ArXiPxWjm/+yhhcxQ24qjD4ZVEPybZ5m9JW5/yq6Rv6YBCKI4tluwj0159zb8s2ma/tKIwpaeNIqiEwbRLgeHQmCvCoZFYW81kwUAoiS5Doirh+TAMvyxF1UQoDFbRVFcbJLhphvAbr1+DgHsL2uEE0LyUe2zmvmTYe5BoNQNDfDMxLEi0PqFwWDwG2kA7Jvv9/vPlohvKsQlRLR1dqssyzeGw+EfTYqjcu7RJHkLAJb2fq9SqZul1q8Pb9/+vWkNjTdA0wLk/H4OCAB+/pEfLQCQj9BPgADg5x/50QIA+Qj9BAgAfv6RHy0AkI/QT4AA4Ocf+dECAPkI/QQIAH7+kR8tAJCP0E+AAODnH/nRAgD5CP0ECAB+/pEfLQCQj9BPgADg5x/50QIA+Qj9BAgAfv6RHy0AkI/QT4AA4Ocf+dECAPkI/QQIAH7+kR8tAJCP0E+AAODnH/nRAgD5CP0ECAB+/pEfLQCQj9BPgADg5x/50QIA+Qj9BAgAfv6RHy0AkI/QT4AA4Ocf+dECAPkI/QQIAH7+kR8tAJCP0E+AAODnH/nRAgD5CP0ECAB+/pEfLQCQj9BPgADg5x/50f8BrpNHrvO6UzcAAAAASUVORK5CYII=");
    }

    [data-header=hover].active .header__subnav, [data-header=hover].active .header__subnav:before {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (min-width:768px) {
    .lost__edit {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    [data-visible=xs] {
        display: none !important;
    }

    [data-animation-scroll=true] [data-animation=fade-in] {
        opacity: 0;
    }

    [data-animation-scroll=true].animation--in [data-animation=fade-in] {
        -webkit-animation: d .6s .1s both cubic-bezier(.77,0,.175,1);
        animation: d .6s .1s both cubic-bezier(.77,0,.175,1);
    }

    [data-animation-scroll=true] [data-animation=scale-in] {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    [data-animation-scroll=true].animation--in [data-animation=scale-in] {
        -webkit-animation: e .6s both cubic-bezier(.77,0,.175,1);
        animation: e .6s both cubic-bezier(.77,0,.175,1);
    }

    [data-animation-scroll=true].animation--in [data-delay=true] {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    .map {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .map__iframe {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 8/12 - 0.666666666666667rem);
        position: relative;
        left: 34.16667%;
    }

        .map__iframe:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .map__iframe:last-child {
            margin-right: 0;
        }

        .map__iframe:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .header--white ~ .media__image--full {
        margin-top: 17rem;
    }

    .media__video--full > img {
        display: none !important;
    }

    .header--white ~ .media__video--full {
        margin-top: 17rem;
    }

    .content-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .filter {
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .filter__item {
        margin-bottom: 2rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/3 - 1.333333333333333rem);
    }

        .filter__item:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .filter__item:last-child {
            margin-right: 0;
        }

        .filter__item:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .thumbnails {
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .thumbnails__tag {
        display: inline-block;
        vertical-align: middle;
    }

        .thumbnails__tag:not(:last-child):after {
            border-right: 1px solid currentColor;
            content: "";
            margin-right: 1rem;
            opacity: .5;
            padding-right: 1rem;
        }

    .thumbnails__main {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .thumbnails__media ~ .thumbnails__main .thumbnails__holder {
        background-color: rgba(44,52,65,.8);
        color: #f1f1f1;
        left: 0;
        margin: 2rem 2rem .5rem;
        padding: .8rem 2rem 1rem;
        position: absolute;
        top: 0;
    }

    .thumbnails__item {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/2 - 1rem);
        min-height: 25rem;
    }

        .thumbnails__item:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .thumbnails__item:last-child {
            margin-right: 0;
        }

        .thumbnails__item:nth-child(2n) {
            margin-right: 0;
            margin-left: auto;
        }

    .landing__grid, .landing__main {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .landing__grid__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.275%;
        min-height: 22vh;
        padding-left: 5rem;
        padding-right: 5rem;
    }

        .landing__grid__header:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .landing__grid__header:last-child {
            margin-right: 0;
        }

        .landing__grid__header:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .landing__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3%;
        padding-left: 5rem;
        padding-right: 5rem;
    }

        .landing__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .landing__grid__main:last-child {
            margin-right: 0;
        }

        .landing__grid__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .landing__grid__main:nth-of-type(even) {
            margin-left: -2px;
            margin-top: -1px;
            position: relative;
            left: 66.66667%;
        }

    .landing__grid__action {
        position: relative;
        left: 66.66667%;
        margin-left: -1px;
    }

    .landing__grid__search {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
    }

        .landing__grid__search:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .landing__grid__search:last-child {
            margin-right: 0;
        }

        .landing__grid__search:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .landing__grid__search:nth-of-type(even) {
            margin-left: -2px;
            margin-top: -1px;
            position: relative;
            left: 66.66667%;
        }

    .landing__grid__info {
        padding-top: 3rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 2/6 - 1.333333333333333rem);
        position: absolute;
        top: 100%;
    }

        .landing__grid__info:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .landing__grid__info:last-child {
            margin-right: 0;
        }

        .landing__grid__info:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .support__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .support__header {
        width: 50%;
    }

    body.animation--out .main {
        -webkit-animation: c .6s both cubic-bezier(.77,0,.175,1);
        animation: c .6s both cubic-bezier(.77,0,.175,1);
    }

    .page-search__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .page-search__aside {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 4/12 - 1.333333333333333rem);
    }

        .page-search__aside:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .page-search__aside:last-child {
            margin-right: 0;
        }

        .page-search__aside:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .page-search__results {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 8/12 - 0.666666666666667rem);
    }

        .page-search__results:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .page-search__results:last-child {
            margin-right: 0;
        }

        .page-search__results:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .page-search__item {
        padding: 2rem;
    }

        .page-search__item > * {
            max-width: 70%;
        }

    .widget-button__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-button .btn {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 34.16667%;
    }

        .widget-button .btn:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-button .btn:last-child {
            margin-right: 0;
        }

        .widget-button .btn:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-consultants {
        min-height: 100vh;
    }

    .widget-consultants__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-consultants__media {
        width: 50%;
    }

        .widget-consultants__media:nth-of-type(1) {
            right: auto;
        }

        .widget-consultants__media:nth-of-type(2) {
            left: auto;
        }

    .widget-consultants__grid__main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
    }

        .widget-consultants__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-consultants__grid__main:last-child {
            margin-right: 0;
        }

        .widget-consultants__grid__main:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-consultants__grid__holder {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: -1px;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
        position: relative;
    }

        .widget-consultants__grid__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-consultants__grid__holder:last-child {
            margin-right: 0;
        }

        .widget-consultants__grid__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-consultants__grid__header {
        height: 33.333333333333336vh;
        flex-flow: column;
        padding-right: 5rem;
    }

    .widget-consultants__grid__block, .widget-consultants__grid__header {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
    }

    .widget-consultants__grid__block {
        height: 16.666666666666668vh;
        flex-flow: column;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
    }

        .widget-consultants__grid__block:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-consultants__grid__block:last-child {
            margin-right: 0;
        }

        .widget-consultants__grid__block:nth-child(2 none 0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-consultants__grid__block[data-row=half] {
            height: 8.333333333333334vh;
        }

        .widget-consultants__grid__block[data-row=full] {
            height: 33.333333333333336vh;
        }

        .widget-consultants__grid__block[data-column=large] {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 66.6%;
        }

            .widget-consultants__grid__block[data-column=large]:nth-child(1n) {
                margin-right: 0;
                margin-left: 0;
            }

            .widget-consultants__grid__block[data-column=large]:last-child {
                margin-right: 0;
            }

            .widget-consultants__grid__block[data-column=large]:nth-child(3n) {
                margin-right: 0;
                margin-left: auto;
            }

        .widget-consultants__grid__block[data-column=full] {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 99.9%;
            width: 100%;
        }

            .widget-consultants__grid__block[data-column=full]:nth-child(1n) {
                margin-right: 0;
                margin-left: 0;
            }

            .widget-consultants__grid__block[data-column=full]:last-child {
                margin-right: 0;
            }

            .widget-consultants__grid__block[data-column=full]:nth-child(3n) {
                margin-right: 0;
                margin-left: auto;
            }

        .widget-consultants__grid__block[data-margin=block] {
            margin-top: 33.333333333333336vh;
        }

        .widget-consultants__grid__block[data-margin=block-half], .widget-consultants__grid__block[data-margin=row] {
            margin-top: 16.666666666666668vh;
        }

        .widget-consultants__grid__block[data-offset=half] {
            margin-left: -1px;
            position: relative;
            left: 50%;
        }

    .widget-cover__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-cover__main {
        min-height: 70vh;
    }

    .widget-cover__main__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 4/12 - 1.333333333333333rem);
        padding-left: .5rem;
    }

        .widget-cover__main__header:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-cover__main__header:last-child {
            margin-right: 0;
        }

        .widget-cover__main__header:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__main__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 8/12 - 0.666666666666667rem);
        padding-left: .5rem;
    }

        .widget-cover__main__content:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-cover__main__content:last-child {
            margin-right: 0;
        }

        .widget-cover__main__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__grid {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-cover__grid__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.275%;
        min-height: 22vh;
        padding-left: 5rem;
        padding-right: 5rem;
    }

        .widget-cover__grid__header:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-cover__grid__header:last-child {
            margin-right: 0;
        }

        .widget-cover__grid__header:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3%;
        padding-left: 5rem;
        padding-right: 5rem;
    }

        .widget-cover__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-cover__grid__main:last-child {
            margin-right: 0;
        }

        .widget-cover__grid__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-cover__grid__main:nth-of-type(even) {
            margin-left: -2px;
            margin-top: -1px;
            position: relative;
            left: 66.66667%;
        }

    .widget-cover__grid__action {
        position: relative;
        left: 66.66667%;
        margin-left: -1px;
    }

    .widget-cover__grid__search {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
    }

        .widget-cover__grid__search:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-cover__grid__search:last-child {
            margin-right: 0;
        }

        .widget-cover__grid__search:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-cover__grid__search:nth-of-type(even) {
            margin-left: -2px;
            margin-top: -1px;
            position: relative;
            left: 66.66667%;
        }

    .widget-cover__grid__info {
        padding-top: 3rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 2/6 - 1.333333333333333rem);
        position: absolute;
        top: 100%;
    }

        .widget-cover__grid__info:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-cover__grid__info:last-child {
            margin-right: 0;
        }

        .widget-cover__grid__info:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-donate {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }

    .widget-donate__content {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-weight: 200;
    }

    .widget-donate__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-donate__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-donate__main:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-donate__main:last-child {
            margin-right: 0;
        }

        .widget-donate__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-donate__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-donate__holder:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-donate__holder:last-child {
            margin-right: 0;
        }

        .widget-donate__holder:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-featured {
        height: 73vh;
    }

    .widget-featured__carousel__main {
        bottom: 2rem;
    }

    .widget-featured__carousel__main__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-featured__carousel__main__row {
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .widget-featured__carousel__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 4/6 - 1.333333333333333rem);
        position: relative;
    }

        .widget-featured__carousel__content:nth-child(1n) {
            margin-right: 4rem;
            margin-left: 0;
        }

        .widget-featured__carousel__content:last-child {
            margin-right: 0;
        }

        .widget-featured__carousel__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-featured__carousel__content:before {
            content: "";
            position: absolute;
            top: -999em;
            right: -999em;
            bottom: -999em;
            left: -999em;
        }

    .widget-featured__carousel__controls {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 2/6 - 2.666666666666667rem);
    }

        .widget-featured__carousel__controls:nth-child(1n) {
            margin-right: 4rem;
            margin-left: 0;
        }

        .widget-featured__carousel__controls:last-child {
            margin-right: 0;
        }

        .widget-featured__carousel__controls:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-featured__carousel__actions {
        bottom: 2rem;
    }

    .widget-featured__carousel__actions__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-featured__carousel__indicators {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .widget-grid {
        min-height: 100vh;
    }

    .widget-grid__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-grid__block {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
        position: relative;
        left: 8.33333%;
        min-height: 50vh;
        padding: 5rem;
    }

        .widget-grid__block:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-grid__block:last-child {
            margin-right: 0;
        }

        .widget-grid__block:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-grid__block:nth-child(1) {
            padding-left: .5rem;
        }

            .widget-grid__block:nth-child(1):before {
                left: -999em;
            }

        .widget-grid__block:nth-child(2) {
            padding-right: .5rem;
        }

            .widget-grid__block:nth-child(2):before {
                right: -999em;
            }

        .widget-grid__block:nth-child(3) {
            padding-left: .5rem;
        }

            .widget-grid__block:nth-child(3):before {
                left: -999em;
            }

        .widget-grid__block:nth-child(4) {
            padding-right: .5rem;
        }

            .widget-grid__block:nth-child(4):before {
                right: -999em;
            }

    .widget-hero__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.65%;
        position: absolute;
        top: 100%;
        z-index: 10;
    }

        .widget-hero__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-hero__holder:last-child {
            margin-right: 0;
        }

        .widget-hero__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-hero__media__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-hero__media__holder {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 6/12 - 1rem);
        position: relative;
        left: 50%;
    }

        .widget-hero__media__holder:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-hero__media__holder:last-child {
            margin-right: 0;
        }

        .widget-hero__media__holder:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-hero__media__picture {
        left: -4rem;
    }

    .widget-hero__grid {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-hero__grid__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.275%;
        min-height: 22vh;
        padding-left: 5rem;
        padding-right: 5rem;
    }

        .widget-hero__grid__header:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-hero__grid__header:last-child {
            margin-right: 0;
        }

        .widget-hero__grid__header:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-hero__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3%;
        padding-left: 5rem;
        padding-right: 5rem;
    }

        .widget-hero__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-hero__grid__main:last-child {
            margin-right: 0;
        }

        .widget-hero__grid__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-hero__grid__main:nth-of-type(even) {
            margin-left: -2px;
            margin-top: -1px;
            position: relative;
            left: 66.66667%;
        }

    .widget-hero__grid__action {
        position: relative;
        left: 66.66667%;
        margin-left: -1px;
    }

    .widget-hero__grid__search {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
    }

        .widget-hero__grid__search:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-hero__grid__search:last-child {
            margin-right: 0;
        }

        .widget-hero__grid__search:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-hero__grid__search:nth-of-type(even) {
            margin-left: -2px;
            margin-top: -1px;
            position: relative;
            left: 66.66667%;
        }

    .widget-hero__grid__info {
        padding-top: 3rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 2/6 - 1.333333333333333rem);
        position: absolute;
        top: 100%;
    }

        .widget-hero__grid__info:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-hero__grid__info:last-child {
            margin-right: 0;
        }

        .widget-hero__grid__info:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-highlight {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }

    .widget-highlight__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 10/12 - 0.333333333333333rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-highlight__header:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-highlight__header:last-child {
            margin-right: 0;
        }

        .widget-highlight__header:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-highlight__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-highlight__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 6/12 - 1rem);
        padding-left: .5rem;
    }

        .widget-highlight__holder:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-highlight__holder:last-child {
            margin-right: 0;
        }

        .widget-highlight__holder:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-highlight__holder:only-child {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(99.9% * 12/12 - 0rem);
        }

            .widget-highlight__holder:only-child:nth-child(1n) {
                margin-right: 2rem;
                margin-left: 0;
            }

            .widget-highlight__holder:only-child:last-child {
                margin-right: 0;
            }

            .widget-highlight__holder:only-child:nth-child(0n) {
                margin-right: 0;
                margin-left: auto;
            }

    .widget-highlight__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 5/12 - 1.166666666666667rem);
        margin-top: 2rem;
        padding-left: .5rem;
    }

        .widget-highlight__content:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-highlight__content:last-child {
            margin-right: 0;
        }

        .widget-highlight__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-html[data-size=fit] .widget-html__container {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6%;
        position: relative;
        left: 33.33333%;
        padding-left: 4rem;
        padding-right: 4rem;
    }

        .widget-html[data-size=fit] .widget-html__container:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-html[data-size=fit] .widget-html__container:last-child {
            margin-right: 0;
        }

        .widget-html[data-size=fit] .widget-html__container:nth-child(6n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-html[data-size=center] .widget-html__container {
        width: 100%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    [data-animation-scroll=true].animation--in .widget-introduction__title--span {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }

    [data-animation-scroll=true].animation--in .widget-introduction__title--highlight {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .widget-introduction__content > * {
        font-size: 4.5rem;
        line-height: 5.5rem;
        font-weight: 200;
        line-height: 7rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 10/12 - 0.333333333333333rem);
        position: relative;
        left: 8.33333%;
    }

    .widget-introduction__content > :nth-child(1n) {
        margin-right: 2rem;
        margin-left: 0;
    }

    .widget-introduction__content > :last-child {
        margin-right: 0;
    }

    .widget-introduction__content > :nth-child(0n) {
        margin-right: 0;
        margin-left: auto;
    }

    .widget-introduction__tagline {
        font-size: 2.8rem;
        line-height: 3.6rem;
        font-weight: 200;
    }

    .widget-introduction__header {
        height: calc(100vh - 17rem);
    }

    .widget-introduction__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    body.widget-introduction--animation .header {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .widget-mailform__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-mailform .form {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 34.16667%;
    }

        .widget-mailform .form:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-mailform .form:last-child {
            margin-right: 0;
        }

        .widget-mailform .form:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-media__description {
        margin-top: 2rem;
        padding-right: 20rem;
        position: absolute;
        top: 100%;
    }

    .widget-media[data-size=fit] .widget-media__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-media[data-size=fit] .widget-media__carousel__actions, .widget-media[data-size=fit] .widget-media__inner {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 33.91667%;
    }

        .widget-media[data-size=fit] .widget-media__carousel__actions:nth-child(1n), .widget-media[data-size=fit] .widget-media__inner:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-media[data-size=fit] .widget-media__carousel__actions:last-child, .widget-media[data-size=fit] .widget-media__inner:last-child {
            margin-right: 0;
        }

        .widget-media[data-size=fit] .widget-media__carousel__actions:nth-child(0n), .widget-media[data-size=fit] .widget-media__inner:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-media[data-size=center] .widget-media__container, .widget-media[data-size=full] .widget-media__carousel__actions__container, .widget-media[data-size=full] .widget-media__description__container, .widget-partners__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-partners__grid__main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
    }

        .widget-partners__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-partners__grid__main:last-child {
            margin-right: 0;
        }

        .widget-partners__grid__main:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-partners__grid__holder {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: -1px;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
        position: relative;
    }

        .widget-partners__grid__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-partners__grid__holder:last-child {
            margin-right: 0;
        }

        .widget-partners__grid__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-partners__grid__header {
        height: 33.333333333333336vh;
        flex-flow: column;
        padding-right: 5rem;
    }

    .widget-partners__grid__block, .widget-partners__grid__header {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
    }

    .widget-partners__grid__block {
        height: 16.666666666666668vh;
        flex-flow: column;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
    }

        .widget-partners__grid__block:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-partners__grid__block:last-child {
            margin-right: 0;
        }

        .widget-partners__grid__block:nth-child(2 none 0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-partners__grid__block[data-row=half] {
            height: 8.333333333333334vh;
        }

        .widget-partners__grid__block[data-row=full] {
            height: 33.333333333333336vh;
        }

        .widget-partners__grid__block[data-column=large] {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 66.6%;
        }

            .widget-partners__grid__block[data-column=large]:nth-child(1n) {
                margin-right: 0;
                margin-left: 0;
            }

            .widget-partners__grid__block[data-column=large]:last-child {
                margin-right: 0;
            }

            .widget-partners__grid__block[data-column=large]:nth-child(3n) {
                margin-right: 0;
                margin-left: auto;
            }

        .widget-partners__grid__block[data-column=full] {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 99.9%;
            width: 100%;
        }

            .widget-partners__grid__block[data-column=full]:nth-child(1n) {
                margin-right: 0;
                margin-left: 0;
            }

            .widget-partners__grid__block[data-column=full]:last-child {
                margin-right: 0;
            }

            .widget-partners__grid__block[data-column=full]:nth-child(3n) {
                margin-right: 0;
                margin-left: auto;
            }

        .widget-partners__grid__block[data-margin=block] {
            margin-top: 33.333333333333336vh;
        }

        .widget-partners__grid__block[data-margin=block-half], .widget-partners__grid__block[data-margin=row] {
            margin-top: 16.666666666666668vh;
        }

        .widget-partners__grid__block[data-offset=half] {
            margin-left: -1px;
            position: relative;
            left: 50%;
        }

    .widget-resource__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-resource__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 34.16667%;
    }

        .widget-resource__content:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-resource__content:last-child {
            margin-right: 0;
        }

        .widget-resource__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-services {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }

    .widget-services__grid {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-services__grid__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-services__grid__header:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-services__grid__header:last-child {
            margin-right: 0;
        }

        .widget-services__grid__header:nth-child(2n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-services__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
        margin-left: 0 !important;
    }

        .widget-services__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-services__grid__main:last-child {
            margin-right: 0;
        }

        .widget-services__grid__main:nth-child(2n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-services__grid__main:first-of-type {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .widget-services__grid__main.main--hidden {
            border: 0;
        }

    .widget-services__grid__info {
        padding-top: 3rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 2/6 - 1.333333333333333rem);
        position: absolute;
        top: 100%;
    }

        .widget-services__grid__info:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-services__grid__info:last-child {
            margin-right: 0;
        }

        .widget-services__grid__info:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-services__grid__main {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .widget-skills {
        min-height: 100vh;
    }

    .widget-skills__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-skills__media {
        left: auto;
        width: 50%;
    }

    .widget-skills__grid__main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
    }

        .widget-skills__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-skills__grid__main:last-child {
            margin-right: 0;
        }

        .widget-skills__grid__main:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-skills__grid__holder {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: -1px;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column;
        position: relative;
    }

        .widget-skills__grid__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-skills__grid__holder:last-child {
            margin-right: 0;
        }

        .widget-skills__grid__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-skills__grid__header {
        height: 33.333333333333336vh;
        flex-flow: column;
        padding-right: 5rem;
    }

    .widget-skills__grid__block, .widget-skills__grid__header {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
    }

    .widget-skills__grid__block {
        height: 16.666666666666668vh;
        flex-flow: column;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49.95%;
    }

        .widget-skills__grid__block:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-skills__grid__block:last-child {
            margin-right: 0;
        }

        .widget-skills__grid__block:nth-child(2 none 0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-skills__grid__block[data-row=half] {
            height: 8.333333333333334vh;
        }

        .widget-skills__grid__block[data-row=full] {
            height: 33.333333333333336vh;
        }

        .widget-skills__grid__block[data-column=large] {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 66.6%;
        }

            .widget-skills__grid__block[data-column=large]:nth-child(1n) {
                margin-right: 0;
                margin-left: 0;
            }

            .widget-skills__grid__block[data-column=large]:last-child {
                margin-right: 0;
            }

            .widget-skills__grid__block[data-column=large]:nth-child(3n) {
                margin-right: 0;
                margin-left: auto;
            }

        .widget-skills__grid__block[data-column=full] {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 99.9%;
            width: 100%;
        }

            .widget-skills__grid__block[data-column=full]:nth-child(1n) {
                margin-right: 0;
                margin-left: 0;
            }

            .widget-skills__grid__block[data-column=full]:last-child {
                margin-right: 0;
            }

            .widget-skills__grid__block[data-column=full]:nth-child(3n) {
                margin-right: 0;
                margin-left: auto;
            }

        .widget-skills__grid__block[data-margin=block] {
            margin-top: 33.333333333333336vh;
        }

        .widget-skills__grid__block[data-margin=block-half], .widget-skills__grid__block[data-margin=row] {
            margin-top: 16.666666666666668vh;
        }

        .widget-skills__grid__block[data-offset=half] {
            margin-left: -1px;
            position: relative;
            left: 50%;
        }

    .widget-text__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .widget-text__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-text__holder:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-text__holder:last-child {
            margin-right: 0;
        }

        .widget-text__holder:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-text__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
    }

        .widget-text__content:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-text__content:last-child {
            margin-right: 0;
        }

        .widget-text__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-text__content:only-child {
            position: relative;
            left: 34.16667%;
        }

    .footer {
        padding-bottom: 6rem;
        padding-top: 4rem;
    }

    .footer__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .footer__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
    }

        .footer__main:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .footer__main:last-child {
            margin-right: 0;
        }

        .footer__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .footer__nav {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 8/12 - 0.666666666666667rem);
        position: relative;
        left: 8.33333%;
    }

        .footer__nav:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .footer__nav:last-child {
            margin-right: 0;
        }

        .footer__nav:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .footer__grid {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 33.33333%;
    }

        .footer__grid:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .footer__grid:last-child {
            margin-right: 0;
        }

        .footer__grid:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .footer__address {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .copyright__text {
        margin-top: 3px;
    }

        .copyright__text:first-of-type {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(99.9% * 4/12 - 1.333333333333333rem);
            position: relative;
            left: 8.33333%;
        }

            .copyright__text:first-of-type:nth-child(1n) {
                margin-right: 2rem;
                margin-left: 0;
            }

            .copyright__text:first-of-type:last-child {
                margin-right: 0;
            }

            .copyright__text:first-of-type:nth-child(0n) {
                margin-right: 0;
                margin-left: auto;
            }

    .copyright__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .copyright__social {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
    }

        .copyright__social:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .copyright__social:last-child {
            margin-right: 0;
        }

        .copyright__social:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .copyright__social__text {
        float: left;
        margin-right: 1rem;
        margin-top: 3px;
    }

    .copyright__social__list {
        display: inline-block;
        vertical-align: bottom7px;
    }

    .header {
        -webkit-animation: a .6s .3s both cubic-bezier(.77,0,.175,1);
        animation: a .6s .3s both cubic-bezier(.77,0,.175,1);
    }

        .header:not(.header--in) {
            height: 17rem;
        }

    body.animation--out .header {
        -webkit-animation: b .6s both cubic-bezier(.77,0,.175,1);
        animation: b .6s both cubic-bezier(.77,0,.175,1);
    }

    .header ~ .main {
        padding-top: 17rem;
    }

    .header__container {
        padding-left: 10rem;
        padding-right: 10rem;
        padding-top: 9rem;
    }

    .header__logo {
        height: 4.7rem;
        width: 23.5rem;
    }

    .header__navbar__btn {
        display: none !important;
    }

    .header__navbar__holder {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        top: 3rem;
        z-index: 70;
    }

    .header__nav {
        padding-left: .5rem;
        z-index: 71;
    }

    .header__nav__text {
        display: none !important;
    }

    .header__nav__item {
        display: inline-block;
    }

        .header__nav__item:not(:last-child) {
            padding-right: 4rem;
        }

    .header__nav__link {
        font-weight: 200;
        font-size: 3.2rem;
        line-height: 3.8rem;
    }

        .header__nav__link.in:before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-bottom: 2px solid #d44530;
            content: "";
            margin-top: 1rem;
            top: 100%;
            transition: opacity .3s .3s;
            width: 2rem;
            z-index: 71;
        }

    .header__nav-secondary {
        padding-left: 10rem;
        padding-right: 10rem;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__nav-secondary__text {
        display: none !important;
    }

    .header__nav-secondary__item {
        display: inline-block;
        padding-right: 2rem;
        vertical-align: middle;
    }

        .header__nav-secondary__item:nth-last-child(2) {
            margin-right: 3rem;
        }

        .header__nav-secondary__item:last-child {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(99.9% * 1/12 - 1.833333333333333rem);
            padding-right: 1rem;
        }

            .header__nav-secondary__item:last-child:nth-child(1n) {
                margin-right: 2rem;
                margin-left: 0;
            }

            .header__nav-secondary__item:last-child:last-child {
                margin-right: 0;
            }

            .header__nav-secondary__item:last-child:nth-child(0n) {
                margin-right: 0;
                margin-left: auto;
            }

    .header__nav-secondary__link {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 1.5rem;
        line-height: 2.4rem;
        padding-left: .5rem;
    }

        .header__nav-secondary__link.in:before {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-bottom: 2px solid #d44530;
            content: "";
            margin-left: .25rem;
            margin-top: .5rem;
            top: 100%;
            transition: opacity .3s .3s;
            width: 2rem;
            z-index: 71;
        }

    .header__subnav {
        padding-left: .5rem;
        padding-top: 4rem;
        position: fixed;
    }

        .header__subnav:before {
            background-color: hsla(0,0%,95%,.95);
            position: absolute;
            top: 0;
            right: -100vw;
            bottom: 0;
            left: -100vw;
            top: 3.7rem;
        }

    .header__nav-secondary__item .header__subnav:before {
        top: 11.6rem;
    }

    .header__subnav__row {
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: 40vh;
        max-width: 768px;
        overflow-y: auto;
        width: 60vw;
    }

    .header__subnav__section {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/3 - 2.666666666666667rem);
        max-width: 16.66667vw;
    }

        .header__subnav__section:nth-child(1n) {
            margin-right: 4rem;
            margin-left: 0;
        }

        .header__subnav__section:last-child {
            margin-right: 0;
        }

        .header__subnav__section:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .header__search {
        width: 768px;
    }

    .header__button {
        margin-top: 4rem;
        max-width: 768px;
        width: 40vw;
    }

    [data-header=hover] {
        margin-right: 1rem;
        position: relative;
    }

        [data-header=hover] > a:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        [data-header=hover].active .header__subnav {
            z-index: 70;
        }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .widget-donate__content {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-introduction__content > * {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }
}

@media only screen and (min-width:768px) and (min-width:768px) {
    .widget-html[data-size=center] .widget-html__container {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media only screen and (min-width:992px) {
    .form__title, blockquote > cite {
        font-size: 4rem;
        line-height: 5rem;
    }

    .landing__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .landing__grid__header {
        position: relative;
        left: 8.33333%;
    }

    .landing__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 24.975%;
    }

        .landing__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .landing__grid__main:last-child {
            margin-right: 0;
        }

        .landing__grid__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .landing__grid__search {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3%;
    }

        .landing__grid__search:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .landing__grid__search:last-child {
            margin-right: 0;
        }

        .landing__grid__search:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .support__title {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-consultants__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-consultants__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-consultants__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-consultants__grid__main:last-child {
            margin-right: 0;
        }

        .widget-consultants__grid__main:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-consultants__grid__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-consultants__grid__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-consultants__grid__holder:last-child {
            margin-right: 0;
        }

        .widget-consultants__grid__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__main__content > h1, .widget-cover__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-cover__main__content > h2 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-cover__main__header {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-cover__main__header:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-cover__main__header:last-child {
            margin-right: 0;
        }

        .widget-cover__main__header:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__main__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 7/12 - 0.833333333333333rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-cover__main__content:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-cover__main__content:last-child {
            margin-right: 0;
        }

        .widget-cover__main__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__grid__header {
        position: relative;
        left: 8.33333%;
    }

    .widget-cover__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 24.975%;
    }

        .widget-cover__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-cover__grid__main:last-child {
            margin-right: 0;
        }

        .widget-cover__grid__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-cover__grid__search {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3%;
    }

        .widget-cover__grid__search:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-cover__grid__search:last-child {
            margin-right: 0;
        }

        .widget-cover__grid__search:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-featured__title {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-featured__carousel__main__row {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.25%;
        position: relative;
        left: 8.33333%;
    }

        .widget-featured__carousel__main__row:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-featured__carousel__main__row:last-child {
            margin-right: 0;
        }

        .widget-featured__carousel__main__row:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-featured__carousel__indicators {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.25%;
        position: relative;
        left: 8.33333%;
    }

        .widget-featured__carousel__indicators:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-featured__carousel__indicators:last-child {
            margin-right: 0;
        }

        .widget-featured__carousel__indicators:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-grid__title {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-hero__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-hero__holder {
        margin-left: 7% !important;
    }

    .widget-hero__grid__header {
        position: relative;
        left: 8.33333%;
    }

    .widget-hero__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 24.975%;
    }

        .widget-hero__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-hero__grid__main:last-child {
            margin-right: 0;
        }

        .widget-hero__grid__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-hero__grid__search {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3%;
    }

        .widget-hero__grid__search:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-hero__grid__search:last-child {
            margin-right: 0;
        }

        .widget-hero__grid__search:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-highlight__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-highlight__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 5/12 - 1.166666666666667rem);
        position: relative;
        left: 8.33333%;
    }

        .widget-highlight__holder:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-highlight__holder:last-child {
            margin-right: 0;
        }

        .widget-highlight__holder:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

        .widget-highlight__holder:only-child {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: calc(99.9% * 10/12 - 0.333333333333333rem);
        }

            .widget-highlight__holder:only-child:nth-child(1n) {
                margin-right: 2rem;
                margin-left: 0;
            }

            .widget-highlight__holder:only-child:last-child {
                margin-right: 0;
            }

            .widget-highlight__holder:only-child:nth-child(0n) {
                margin-right: 0;
                margin-left: auto;
            }

    .widget-highlight__content > h1 {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-highlight__content > h2 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-highlight__content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 4/12 - 1.333333333333333rem);
        position: relative;
        left: 16.66667%;
    }

        .widget-highlight__content:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-highlight__content:last-child {
            margin-right: 0;
        }

        .widget-highlight__content:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-introduction__content > * {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-partners__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-partners__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-partners__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-partners__grid__main:last-child {
            margin-right: 0;
        }

        .widget-partners__grid__main:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-partners__grid__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-partners__grid__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-partners__grid__holder:last-child {
            margin-right: 0;
        }

        .widget-partners__grid__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-resource__content > h1 {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-resource__content > h2 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .widget-services__title, .widget-skills__title {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .widget-skills__grid__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-skills__grid__main:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-skills__grid__main:last-child {
            margin-right: 0;
        }

        .widget-skills__grid__main:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-skills__grid__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.625%;
        position: relative;
        left: 8.33333%;
    }

        .widget-skills__grid__holder:nth-child(1n) {
            margin-right: 0;
            margin-left: 0;
        }

        .widget-skills__grid__holder:last-child {
            margin-right: 0;
        }

        .widget-skills__grid__holder:nth-child(12n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-text__content > h1 {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }

    .header__search__control, .widget-text__content > h2 {
        font-size: 4rem;
        line-height: 5rem;
    }
}

@media only screen and (min-width:1200px) {
    .thumbnails__item {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/3 - 1.333333333333333rem);
    }

        .thumbnails__item:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .thumbnails__item:last-child {
            margin-right: 0;
        }

        .thumbnails__item:nth-child(3n) {
            margin-right: 0;
            margin-left: auto;
        }

    .page-search__aside {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
        position: relative;
        left: 8.33333%;
    }

        .page-search__aside:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .page-search__aside:last-child {
            margin-right: 0;
        }

        .page-search__aside:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .page-search__results {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 6/12 - 1rem);
        position: relative;
        left: 16.66667%;
    }

        .page-search__results:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .page-search__results:last-child {
            margin-right: 0;
        }

        .page-search__results:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .widget-hero__media__holder {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 4/12 - 1.333333333333333rem);
        position: relative;
        left: 66.66667%;
    }

        .widget-hero__media__holder:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .widget-hero__media__holder:last-child {
            margin-right: 0;
        }

        .widget-hero__media__holder:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .footer__main {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 2/12 - 1.666666666666667rem);
        margin-top: 4rem;
    }

        .footer__main:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .footer__main:last-child {
            margin-right: 0;
        }

        .footer__main:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .footer__nav {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 4/12 - 1.333333333333333rem);
        position: relative;
        left: 16.66667%;
        margin-top: 3.5rem;
    }

        .footer__nav:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .footer__nav:last-child {
            margin-right: 0;
        }

        .footer__nav:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }

    .footer__grid {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 3/12 - 1.5rem);
        position: relative;
        left: 16.66667%;
    }

        .footer__grid:nth-child(1n) {
            margin-right: 2rem;
            margin-left: 0;
        }

        .footer__grid:last-child {
            margin-right: 0;
        }

        .footer__grid:nth-child(0n) {
            margin-right: 0;
            margin-left: auto;
        }
}

@media screen and (min-width:1280px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (max-width:991px) {
    .form__group:not(:last-child) {
        margin-bottom: 4rem;
    }

    .widget-introduction__title--highlight {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .media__video--full > video {
        display: none !important;
    }

    .landing__grid__header, .landing__grid__main {
        margin-bottom: .5rem;
    }

    .landing__grid__action {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .landing__grid__action:not(:last-child) {
            margin-bottom: .5rem;
        }

    .landing__grid__search {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .landing__grid__search:not(:last-child) {
            margin-bottom: .5rem;
        }

    .landing__grid__info {
        margin-top: 2rem;
    }

        .landing__grid__info:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-consultants__grid__holder, .widget-consultants__grid__main {
        width: 100%;
    }

    .widget-consultants__grid__block {
        display: block;
    }

    .widget-cover__grid__header, .widget-cover__grid__main {
        margin-bottom: .5rem;
    }

    .widget-cover__grid__action {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .widget-cover__grid__action:not(:last-child) {
            margin-bottom: .5rem;
        }

    .widget-cover__grid__search {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .widget-cover__grid__search:not(:last-child) {
            margin-bottom: .5rem;
        }

    .widget-cover__grid__info {
        margin-top: 2rem;
    }

        .widget-cover__grid__info:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-featured__carousel__controls {
        margin-top: 2rem;
    }

    .widget-grid__block:before {
        left: -999em;
        right: -999em;
    }

    .widget-hero__holder {
        padding-top: 2rem;
        position: relative;
    }

        .widget-hero__holder:before {
            background-color: #fff;
            content: "";
            position: absolute;
            top: 0;
            right: -100vw;
            bottom: 0;
            left: -100vw;
            z-index: -1;
        }

    .widget-hero__grid__header, .widget-hero__grid__main {
        margin-bottom: .5rem;
    }

    .widget-hero__grid__action {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .widget-hero__grid__action:not(:last-child) {
            margin-bottom: .5rem;
        }

    .widget-hero__grid__search {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .widget-hero__grid__search:not(:last-child) {
            margin-bottom: .5rem;
        }

    .widget-hero__grid__info {
        margin-top: 2rem;
    }

        .widget-hero__grid__info:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-media__carousel__actions {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .widget-media__description {
        padding: 2rem 3.5rem;
    }

    .widget-media[data-size=center] .widget-media__container, .widget-media[data-size=full] .widget-media__carousel__actions__container, .widget-media[data-size=full] .widget-media__description__container {
        padding-left: 0;
        padding-right: 0;
    }

    .widget-partners__grid__holder, .widget-partners__grid__main {
        width: 100%;
    }

    .widget-partners__grid__block {
        display: block;
        margin: .5rem;
    }

    .widget-services__grid__header, .widget-services__grid__main {
        margin-bottom: .5rem;
    }

    .widget-services__grid__action {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .widget-services__grid__action:not(:last-child) {
            margin-bottom: .5rem;
        }

    .widget-services__grid__search {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

        .widget-services__grid__search:not(:last-child) {
            margin-bottom: .5rem;
        }

    .widget-services__grid__info {
        margin-top: 2rem;
    }

        .widget-services__grid__info:not(:last-child) {
            margin-bottom: 2rem;
        }

    .widget-skills__grid__holder, .widget-skills__grid__main {
        width: 100%;
    }

    .widget-skills__grid__block {
        display: block;
    }

    .footer__main {
        display: none !important;
    }

    .copyright__text {
        display: inline-block;
    }

        .copyright__text:not(:first-child) {
            margin-right: 2rem;
            margin-top: 2rem;
        }

    .copyright__social {
        width: 100%;
    }

    .header__container {
        height: 12rem;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__navbar {
        background-color: hsla(0,0%,95%,.98);
        border-top: 1px solid rgba(94,94,94,.2);
        opacity: 0;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0;
        transition: opacity .3s;
        visibility: hidden;
    }

        .header__navbar.in {
            opacity: 1;
            visibility: visible;
        }

    .header__navbar__holder {
        position: relative;
        z-index: 71;
    }

    .header__nav__link {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        border-bottom: 1px solid rgba(94,94,94,.2);
        padding: 1.5rem 4rem;
    }

        .header__nav__link > .icon {
            margin-left: 1rem;
        }

    .header__nav-secondary__item {
        width: 100%;
    }

    .header__nav-secondary__link {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 200;
        border-bottom: 1px solid rgba(94,94,94,.2);
        padding: 1.5rem 4rem;
    }

        .header__nav-secondary__link > .icon {
            margin-left: 1rem;
        }

    .header__subnav {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 12rem);
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 4rem;
        padding-right: 4rem;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        top: 14rem;
        z-index: 75;
    }

    .header--in .header__navbar {
        background-color: transparent;
    }

    .header--in .header__nav-secondary__link, .header--in .header__nav__link {
        visibility: hidden;
    }

    .header--secondary .header__navbar {
        background-color: rgba(44,52,65,.95);
    }
}

@media screen and (max-width:420px) {
    html {
        font-size: 8px;
    }
}

@media print {
    * {
        -webkit-filter: grayscale(100);
        filter: grayscale(100);
    }

    .alert, .btn, .btn-link, .copyright, .edit, .filter, .footer, .header, .header__navbar, .header__navbar__btn, .header__navbar__holder, .header__subnav, .icon, iframe, img, video {
        display: none !important;
    }
}

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }
}
